Merge pull request #80 from pnagurny/bug/rpc-network-inv
After done RPC syncing, enable inv handling
This commit is contained in:
commit
c45bd0c4ee
@ -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