Removed retrieving the mempool right after sync. Need to re-think this.
This commit is contained in:
parent
e292697a24
commit
b9887492bf
@ -142,8 +142,6 @@ MempoolService.prototype._startSubscriptions = function() {
|
||||
MempoolService.prototype.enable = function() {
|
||||
log.info('Mempool Service: Mempool enabled.');
|
||||
this._startSubscriptions();
|
||||
log.info('Mempool Service: Geting mempool from peer.');
|
||||
this._p2p.getMempool();
|
||||
this._enabled = true;
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user