mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: add header AT to provider (#13030)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
This commit is contained in:
@ -1424,7 +1424,12 @@ mod tests {
|
||||
}
|
||||
|
||||
fn setup_genesis<
|
||||
N: ProviderNodeTypes<Primitives: FullNodePrimitives<BlockBody = reth_primitives::BlockBody>>,
|
||||
N: ProviderNodeTypes<
|
||||
Primitives: FullNodePrimitives<
|
||||
BlockBody = reth_primitives::BlockBody,
|
||||
BlockHeader = reth_primitives::Header,
|
||||
>,
|
||||
>,
|
||||
>(
|
||||
factory: &ProviderFactory<N>,
|
||||
mut genesis: SealedBlock,
|
||||
|
||||
Reference in New Issue
Block a user