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()) {
|
if(self.reportedMaxHeight === self.getCurrentHeight()) {
|
||||||
// We are synced
|
// We are synced
|
||||||
self.syncStrategy = 'p2p';
|
self.syncStrategy = 'p2p';
|
||||||
|
self.networkMonitor.ignoreInv = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
self._rpcFetch();
|
self._rpcFetch();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user