bug fix for TX ID not showing
This commit is contained in:
parent
c786e647a8
commit
b8f077a8e9
@ -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 => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user