From aad33d0c4a94386d387aa05e5aa8c69b349bbb09 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Fri, 21 Mar 2014 16:47:45 -0300 Subject: [PATCH] remove test code --- Block.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Block.js b/Block.js index 05f9b690c..47c0a6bea 100644 --- a/Block.js +++ b/Block.js @@ -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); } };