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