pub fn setup_without_evm<Provider>(
provider_rw: &Provider,
static_file_provider: &StaticFileProvider,
header: SealedHeader,
total_difficulty: U256,
) -> Result<(), Error>where
Provider: StageCheckpointWriter + BlockWriter,
Expand description
Creates a dummy chain (with no transactions) up to the last EVM block and appends the first valid block.