Removed the setImmediate after conflict resolution.
This commit is contained in:
parent
ec720c2443
commit
79d4abcc64
@ -117,7 +117,7 @@ Bitcoin.prototype._onReady = function(result, callback) {
|
|||||||
self.genesisBuffer = block;
|
self.genesisBuffer = block;
|
||||||
self.emit('ready', result);
|
self.emit('ready', result);
|
||||||
log.info('Bitcoin Daemon Ready');
|
log.info('Bitcoin Daemon Ready');
|
||||||
setImmediate(callback);
|
callback();
|
||||||
});
|
});
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user