From eb4f16f2b73731c1af109ebc4ef617ca432d1532 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Thu, 30 Jun 2016 08:40:38 -0700 Subject: [PATCH] minor. --- lib/bcoin/merkleblock.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/bcoin/merkleblock.js b/lib/bcoin/merkleblock.js index 11c41490..7105e27d 100644 --- a/lib/bcoin/merkleblock.js +++ b/lib/bcoin/merkleblock.js @@ -355,8 +355,6 @@ MerkleBlock.prototype.fromRaw = function fromRaw(data) { hashCount = p.readVarint(); - this.hashes = []; - for (i = 0; i < hashCount; i++) this.hashes.push(p.readHash('hex'));