Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[validation] re-introduce bool for whether a transaction is RBF
This bool was originally part of Workspace and was removed in bitcoin#22539 when it was no longer needed in Finalize(). Re-introducing it because, once again, multiple functions will need to know whether we're doing an RBF. Member of MemPoolAccept so that we can use this to inform package RBF in the future.
- Loading branch information