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;
|
var i;
|
||||||
|
|
||||||
if (this.mempool) {
|
if (this.mempool) {
|
||||||
this.mempool.on('remove orphan', function(tx) {
|
|
||||||
self.rejects.add(tx.hash());
|
|
||||||
});
|
|
||||||
this.mempool.on('bad orphan', function(tx) {
|
this.mempool.on('bad orphan', function(tx) {
|
||||||
self.rejects.add(tx.hash());
|
self.rejects.add(tx.hash());
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user