Added block listener back in.
This commit is contained in:
parent
bf56ace9f9
commit
110ee2ded3
@ -103,8 +103,8 @@ InsightAPI.prototype.start = function(callback) {
|
||||
this._bus.on('p2p/transaction', this.transactionEventHandler.bind(this));
|
||||
this._bus.subscribe('p2p/transaction');
|
||||
|
||||
//this._bus.on('p2p/block', this.blockEventHandler.bind(this));
|
||||
//this._bus.subscribe('p2p/block');
|
||||
this._bus.on('p2p/block', this.blockEventHandler.bind(this));
|
||||
this._bus.subscribe('p2p/block');
|
||||
|
||||
callback();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user