Remove byteLength filter
This commit is contained in:
parent
deed683aa0
commit
e3f40d5e4f
|
@ -1453,7 +1453,6 @@ export class MerkleTree extends Base {
|
|||
}
|
||||
|
||||
combineHashes (hashes: Buffer[]) {
|
||||
hashes = hashes.filter(x => x.byteLength > 0)
|
||||
return this.concatenator(hashes)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue