This commit is contained in:
Christopher Jeffrey 2016-06-30 08:40:38 -07:00
parent e364e2b619
commit eb4f16f2b7
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

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