Skip to content

Commit

Permalink
fix: review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Sep 9, 2024
1 parent ef93720 commit a659e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/node/builder/src/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub fn build_networked_pipeline<DB, Client, Executor>(
static_file_producer: StaticFileProducer<DB>,
executor: Executor,
exex_manager_handle: ExExManagerHandle,
disable_hash_stages: bool,
skip_state_root_validation: bool,
) -> eyre::Result<Pipeline<DB>>
where
DB: Database + Unpin + Clone + 'static,
Expand Down Expand Up @@ -64,7 +64,7 @@ where
static_file_producer,
executor,
exex_manager_handle,
disable_hash_stages,
skip_state_root_validation,
)?;

Ok(pipeline)
Expand Down

0 comments on commit a659e93

Please sign in to comment.