From b8f077a8e94b0b56f867bd3c3768d020217aadac Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Tue, 27 Dec 2022 23:21:54 +0530 Subject: [PATCH] bug fix for TX ID not showing --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 92c6084..0653beb 100644 --- a/index.html +++ b/index.html @@ -1586,7 +1586,7 @@ } btcOperator.sendTx(senders, privKeys, receivers, amounts, fee).then(result => { console.log(result); - getRef('txid').value = result.txid; + getRef('txid').value = txid; openPopup('txid_popup'); getRef('send_tx').reset() }).catch(error => {