Use generic receipt in InvalidBlockWitnessHook
impl
#12675
Labels
A-consensus
Related to the consensus engine
A-sdk
Related to reth's use as a library
C-debt
Refactor of code section that is hard to understand or maintain
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
Replace
reth_primitives::Receipt
withreth_primitives_traits::ReceiptTy<P::Primitives>
inInvalidBlockWitnessHook
impl by adding additional trait boundP: NodeTypes
to impl body.reth/crates/engine/invalid-block-hooks/src/witness.rs
Lines 40 to 297 in 3408059
Additional context
No response
The text was updated successfully, but these errors were encountered: