diff --git a/lib/node.js b/lib/node.js index a81da25b..41445051 100644 --- a/lib/node.js +++ b/lib/node.js @@ -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();