bug fix for TX ID not showing

This commit is contained in:
sairaj mote 2022-12-27 23:21:54 +05:30
parent c786e647a8
commit b8f077a8e9

View File

@ -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 => {