reth icon indicating copy to clipboard operation
reth copied to clipboard

Make ConfigureEvm Independent of consensus types

Open mattsse opened this issue 1 year ago • 1 comments

Currently

https://github.com/paradigmxyz/reth/blob/3ec5d373c10577efa3cbd4f313fafd68b15c728d/crates/evm/src/lib.rs#L112-L112

requires Header and Transaction as input types, those should be associated types instead

mattsse avatar Sep 06 '24 13:09 mattsse