From 3b0899c280332af034fb1cb06bbc47ac10291679 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Wed, 9 Aug 2023 00:45:40 +0530 Subject: [PATCH] Merge branch 'main' of https://github.com/ranchimall/btcwallet --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index 1d4adf8..1d31888 100644 --- a/index.html +++ b/index.html @@ -1357,9 +1357,8 @@ } txDetailsAbortController = new AbortController(); btcOperator.getTx(txid).then(result => { - let { block, time, size, fee, inputs, outputs, confirmations, total_input_value, total_output_value } = result; + const { block, time, size, fee, inputs, outputs, confirmations, total_input_value, total_output_value } = result; console.debug('tx', result); - block = undefined renderElem(getRef('tx_details'), html`

Transaction Details