mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: integrate SignedTx AT into StaticFileProviderRW (#12764)
This commit is contained in:
@ -63,7 +63,8 @@ impl AccountHashingStage {
|
||||
opts: SeedOpts,
|
||||
) -> Result<Vec<(alloy_primitives::Address, reth_primitives::Account)>, StageError>
|
||||
where
|
||||
N::Primitives: reth_primitives_traits::FullNodePrimitives<Block = reth_primitives::Block>,
|
||||
N::Primitives:
|
||||
reth_primitives_traits::FullNodePrimitives<BlockBody = reth_primitives::BlockBody>,
|
||||
{
|
||||
use alloy_primitives::U256;
|
||||
use reth_db_api::models::AccountBeforeTx;
|
||||
|
||||
Reference in New Issue
Block a user