scripts: fix dump.

This commit is contained in:
Christopher Jeffrey 2017-02-28 20:53:33 -08:00
parent 653163929e
commit 08e56791a0
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -29,8 +29,8 @@ function parseTX(file) {
}
raw = Coins.fromTX(tx.tx, 0).toRaw();
coins = Coins.fromRaw(raw, tx.hash('hex'));
entry = MempoolEntry.fromTX(tx, tx.view, 1000000);
coins = Coins.fromRaw(raw, tx.tx.hash('hex'));
entry = MempoolEntry.fromTX(tx.tx, tx.view, 1000000);
setInterval(function() {
console.log(tx.hash('hex'));