do not ignore old orphans.

This commit is contained in:
Christopher Jeffrey 2016-05-23 03:54:15 -07:00
parent e968e1701e
commit ae41e11ff3
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -271,9 +271,6 @@ Pool.prototype._init = function _init() {
var i;
if (this.mempool) {
this.mempool.on('remove orphan', function(tx) {
self.rejects.add(tx.hash());
});
this.mempool.on('bad orphan', function(tx) {
self.rejects.add(tx.hash());
});