We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd28e8 commit 314b8fbCopy full SHA for 314b8fb
txparser.js
@@ -68,6 +68,7 @@ Tx._parse = function (tx, hex) {
68
69
input.txidHex = hex.substr(tx.offset, 64);
70
input.txid = Tx.utils.reverseHex(input.txidHex);
71
+ input.txId = input.txid; // TODO
72
tx.offset += 64;
73
74
input.outputIndexHex = hex.substr(tx.offset, 8);
0 commit comments