Open emhane opened 6 days ago
Ref https://github.com/paradigmxyz/reth/issues/12575
Since we currently rely on Block type to deref to Header, this helper trait avoids explicitly having to insert block.header() everywhere with https://github.com/paradigmxyz/reth/issues/12454
Block
Header
block.header()
Ref https://github.com/paradigmxyz/reth/issues/12575
Since we currently rely on
Block
type to deref toHeader
, this helper trait avoids explicitly having to insertblock.header()
everywhere with https://github.com/paradigmxyz/reth/issues/12454