-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Try simulating a chain growth * Adjust the transaction expiry height The mempool evicts expired transactions. When working with mocked data, appending a new block typically clears the mempool because transactions become expired. For this reason, the expiry height of each transactions is adjusted so that it is greater than the new chain tip's height. * Refactor the code so that it works with `VerifiedUnminedTx` * Fix a typo * Fix clippy warnings Co-authored-by: Deirdre Connolly <[email protected]>
- Loading branch information
Showing
2 changed files
with
120 additions
and
2 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