diff --git a/lib/net/pool.js b/lib/net/pool.js index 3a774809..91c3813a 100644 --- a/lib/net/pool.js +++ b/lib/net/pool.js @@ -2106,8 +2106,6 @@ Pool.prototype._handleTX = co(function* handleTX(peer, packet) { this.getTX(peer, missing); } - - this.emit('tx', tx); }); /**