Skip to content

Commit 314b8fb

Browse files
committed
remedial txid
1 parent fcd28e8 commit 314b8fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

txparser.js

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Tx._parse = function (tx, hex) {
6868

6969
input.txidHex = hex.substr(tx.offset, 64);
7070
input.txid = Tx.utils.reverseHex(input.txidHex);
71+
input.txId = input.txid; // TODO
7172
tx.offset += 64;
7273

7374
input.outputIndexHex = hex.substr(tx.offset, 8);

0 commit comments

Comments
 (0)