Extend Maybeconditional with helper fn #14509
Labels
A-op-reth
Related to Optimism and op-reth
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
in #14497 we added:
reth/crates/optimism/txpool/src/maintain.rs
Lines 50 to 54 in 203e011
we can simplify this by adding
has_exceeded_block_attributes
directly to the trait:reth/crates/optimism/txpool/src/conditional.rs
Line 6 in 203e011
so we don't need the extra option handling
TODO
Additional context
No response
The text was updated successfully, but these errors were encountered: