-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Align with the spec wait of cleaning allTxs
Transactions included in a snapshot can be removed from allTxs. Before, it was done when the snapshot was fully validated but, in fact, as soon as we receiver a request for snapshot, we can not unsee this snapshot so, anyway, we're commited to, either, integrate these transactions in this snapshot and validate it or kill the head liveness.
- Loading branch information
Showing
2 changed files
with
6 additions
and
24 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
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