remove test code

This commit is contained in:
Matias Alejo Garcia 2014-03-21 16:47:45 -03:00
parent 684be77268
commit aad33d0c4a
1 changed files with 0 additions and 1 deletions

View File

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