Skip to content
Snippets Groups Projects
Verified Commit bfec2625 authored by Michal Kucharczyk's avatar Michal Kucharczyk
Browse files

improved mempool revalidation

Mempool revalidation now removes the invalid transactions from the
view_store. As a result handling `transactions_invalidated` in
multi-view-listener does not require handling the case when transaction
is still dangling in some view. (It is guaranteed that invalid
transaction was removed from the view_store and can be safely notified
as Invalid to external listner).
parent 48214a38
Branches
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment