-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mempool: Remove returned error from ProcessOrphans
ProcessTransaction could have accepted a new transaction into mempool but could have returned a reject message if a no-longer-orphan transaction failed to be accepted. This would also skip any additional no-longer-orphans, keeping them in the orphan pool. Instead of returning an error incorrectly, log the error and skip the no-longer-orphan transaction. This allows the rest of the no-longer-orphans to be processed as well.
- Loading branch information
Showing
1 changed file
with
22 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters