Skip to content

Commit 5ce62d7

Browse files
committed
remedial txid
1 parent f7e0b67 commit 5ce62d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

txparser.js

Lines changed: 1 addition & 0 deletions
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)