-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: move mempool fee check (#5777)
Description --- Moves the mempool fee check to before validation Motivation and Context --- This is a very cheap check compared to full validation. We should do this before we check if the tx is valid so that we don't do validation and then through away the tx because the fee is too low.
- Loading branch information
1 parent
4cb3658
commit cbc2864
Showing
1 changed file
with
5 additions
and
8 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