From 2d831ca5bd807c9d3cfdf25c508fd4bdaeadc0c9 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sat, 17 Dec 2016 13:08:02 -0800 Subject: [PATCH] node: minor. --- lib/node/fullnode.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/node/fullnode.js b/lib/node/fullnode.js index 049cd156..f586feca 100644 --- a/lib/node/fullnode.js +++ b/lib/node/fullnode.js @@ -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); - }); }; /**