pub fn setup_without_evm<Provider, F>(
provider_rw: &Provider,
header: SealedHeader<<Provider::Primitives as NodePrimitives>::BlockHeader>,
total_difficulty: U256,
header_factory: F,
) -> ProviderResult<()>
Expand description
Creates a dummy chain (with no transactions) up to the last EVM block and appends the first valid block.