minor.
This commit is contained in:
parent
e364e2b619
commit
eb4f16f2b7
@ -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'));
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user