mempool: fix handleOrphans.
This commit is contained in:
parent
1eaafb1a09
commit
6b5cba635a
@ -1556,6 +1556,7 @@ Mempool.prototype.handleOrphans = co(function* handleOrphans(parent) {
|
||||
this.logger.warning('%s %s',
|
||||
'Warning: possible memory corruption.',
|
||||
'Orphan failed deserialization.');
|
||||
continue;
|
||||
}
|
||||
|
||||
try {
|
||||
@ -1580,8 +1581,6 @@ Mempool.prototype.handleOrphans = co(function* handleOrphans(parent) {
|
||||
|
||||
this.logger.debug('Resolved orphan %s in mempool.', tx.txid());
|
||||
}
|
||||
|
||||
return resolved;
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user