node: minor.
This commit is contained in:
parent
9036ea263d
commit
2d831ca5bd
@ -231,10 +231,6 @@ FullNode.prototype._init = function _init() {
|
|||||||
}
|
}
|
||||||
self.emit('reset', tip);
|
self.emit('reset', tip);
|
||||||
}));
|
}));
|
||||||
|
|
||||||
this.miner.on('block', function(block) {
|
|
||||||
self.broadcast(block.toInv()).catch(onError);
|
|
||||||
});
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user