Browse Source

remove test code

patch-2
Matias Alejo Garcia 11 years ago
parent
commit
aad33d0c4a
  1. 1
      Block.js

1
Block.js

@ -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);
} }
}; };

Loading…
Cancel
Save