After done RPC syncing, enable inv handling
This commit is contained in:
parent
766a8c01da
commit
5fd23b6901
@ -249,6 +249,7 @@ BitcoreNode.prototype._rpcFetch = function() {
|
||||
if(self.reportedMaxHeight === self.getCurrentHeight()) {
|
||||
// We are synced
|
||||
self.syncStrategy = 'p2p';
|
||||
self.networkMonitor.ignoreInv = false;
|
||||
return;
|
||||
}
|
||||
self._rpcFetch();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user