Unify BlockWithSenders types #13747
Labels
A-sdk
Related to reth's use as a library
C-debt
Refactor of code section that is hard to understand or maintain
C-enhancement
New feature or request
Describe the feature
we have two blockwithsenders types, one with a hash field, one without.
these can easily be unified by using a OnceLock for the seal, like:
reth/crates/ethereum/primitives/src/transaction.rs
Lines 261 to 263 in d0684cf
Additional context
No response
The text was updated successfully, but these errors were encountered: