Skip to content

Commit

Permalink
misc: apply review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Wodann committed Nov 7, 2023
1 parent e4444c1 commit bd0cd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/edr_evm/src/mempool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ impl MemPool {
) -> bool {
transaction.gas_limit() <= block_gas_limit
&& transaction.upfront_cost() <= sender.balance
// Remove all finalized transactions
// Remove all mined transactions
&& transaction.nonce() >= sender.nonce
}

Expand Down

0 comments on commit bd0cd91

Please sign in to comment.