fix bloom filter.
This commit is contained in:
parent
10821a00fc
commit
d63f4af6ca
@ -78,8 +78,7 @@ Bloom.prototype.toBuffer = function toBuffer() {
|
||||
res[i * 4 + 3] = (w >> 24) & 0xff;
|
||||
}
|
||||
|
||||
// return res.slice(0, bytes);
|
||||
return res;
|
||||
return res.slice(0, bytes);
|
||||
};
|
||||
|
||||
function mul32(a, b) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user