|
@ -67,7 +67,6 @@ Block.prototype.parse = function parse(parser, headerOnly) { |
|
|
for (var i = 0; i < txCount; i++) { |
|
|
for (var i = 0; i < txCount; i++) { |
|
|
var tx = new Transaction(); |
|
|
var tx = new Transaction(); |
|
|
tx.parse(parser); |
|
|
tx.parse(parser); |
|
|
tx.calcHash(); |
|
|
|
|
|
this.txs.push(tx); |
|
|
this.txs.push(tx); |
|
|
} |
|
|
} |
|
|
}; |
|
|
}; |
|
|