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`