Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Sep 9, 2024
1 parent a659e93 commit 4ac0926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/cli/commands/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ pub struct NodeCommand<Ext: clap::Args + fmt::Debug = NoArgs> {
/// Enable prefetch when executing block
#[arg(long, default_value_t = false)]
pub enable_prefetch: bool,

/// All performance optimization related arguments
#[command(flatten)]
pub performance_optimization: PerformanceOptimizationArgs,
Expand Down
2 changes: 1 addition & 1 deletion crates/node/builder/src/launch/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ where
consensus.clone(),
components.block_executor().clone(),
);

let mut tree =
BlockchainTree::new(tree_externals, *self.tree_config(), self.prune_modes())?
.with_sync_metrics_tx(self.sync_metrics_tx())
Expand Down

0 comments on commit 4ac0926

Please sign in to comment.