do not ignore old orphans.
This commit is contained in:
parent
e968e1701e
commit
ae41e11ff3
@ -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());
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user