node: minor.

This commit is contained in:
Christopher Jeffrey 2016-12-17 13:08:02 -08:00
parent 9036ea263d
commit 2d831ca5bd
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -231,10 +231,6 @@ FullNode.prototype._init = function _init() {
}
self.emit('reset', tip);
}));
this.miner.on('block', function(block) {
self.broadcast(block.toInv()).catch(onError);
});
};
/**