mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: make CanonicalInMemoryState generic over sealed header and block (#12835)
This commit is contained in:
@ -117,7 +117,7 @@ pub struct BlockchainProvider<N: NodeTypesWithDB> {
|
||||
/// The blockchain tree instance.
|
||||
tree: Arc<dyn TreeViewer>,
|
||||
/// Tracks the chain info wrt forkchoice updates
|
||||
chain_info: ChainInfoTracker,
|
||||
chain_info: ChainInfoTracker<reth_primitives::EthPrimitives>,
|
||||
}
|
||||
|
||||
impl<N: ProviderNodeTypes> Clone for BlockchainProvider<N> {
|
||||
|
||||
Reference in New Issue
Block a user