mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
feat: introduce StateCommitment type (#11842)
This commit is contained in:
@@ -69,6 +69,8 @@ where
|
||||
type Primitives = <N::Types as NodeTypes>::Primitives;
|
||||
|
||||
type ChainSpec = <N::Types as NodeTypes>::ChainSpec;
|
||||
|
||||
type StateCommitment = <N::Types as NodeTypes>::StateCommitment;
|
||||
}
|
||||
|
||||
impl<N, C, AO> NodeTypesWithEngine for AnyNode<N, C, AO>
|
||||
|
||||
Reference in New Issue
Block a user