pool: fix map.clear call in stopSync. fixes #274.
This commit is contained in:
parent
b7789c763c
commit
8f9f5dfc06
@ -730,7 +730,7 @@ Pool.prototype.stopSync = function stopSync() {
|
||||
peer.merkleMatches = 0;
|
||||
peer.merkleMap = null;
|
||||
peer.blockTime = -1;
|
||||
peer.blockMap.reset();
|
||||
peer.blockMap.clear();
|
||||
peer.compactBlocks.clear();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user