pool: do not emit tx if we have a mempool.

This commit is contained in:
Christopher Jeffrey 2017-01-21 15:38:39 -08:00
parent 51a25bf15f
commit 219671c620
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -2106,8 +2106,6 @@ Pool.prototype._handleTX = co(function* handleTX(peer, packet) {
this.getTX(peer, missing);
}
this.emit('tx', tx);
});
/**