Revert "feat(op): import bodies (#7659)" (#7724)

This commit is contained in:
Matthias Seitz
2024-04-18 18:10:22 +02:00
committed by GitHub
parent 4ca86fb4d2
commit f57bef7181
4 changed files with 14 additions and 45 deletions

View File

@ -29,7 +29,7 @@ use reth_interfaces::{
use reth_node_core::init::init_genesis;
use reth_node_ethereum::EthEvmConfig;
use reth_node_events::node::NodeEvent;
use reth_primitives::{stage::StageId, ChainSpec, PruneModes, B256, OP_RETH_MAINNET_BELOW_BEDROCK};
use reth_primitives::{stage::StageId, ChainSpec, PruneModes, B256};
use reth_provider::{HeaderSyncMode, ProviderFactory, StageCheckpointReader};
use reth_stages::{
prelude::*,
@ -75,7 +75,7 @@ pub struct ImportCommand {
/// Import OP Mainnet chain below Bedrock. Caution! Flag must be set as env var, since the env
/// var is read by another process too, in order to make below Bedrock import work.
#[arg(long, verbatim_doc_comment, env = OP_RETH_MAINNET_BELOW_BEDROCK)]
#[arg(long, verbatim_doc_comment, env = "OP_RETH_MAINNET_BELOW_BEDROCK")]
op_mainnet_below_bedrock: bool,
/// Chunk byte length.