Skip to content

Commit

Permalink
chore: update flag name
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Sep 9, 2024
1 parent 0882697 commit ef93720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/node/core/src/args/performance_optimization.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ pub struct PerformanceOptimizationArgs {
/// This flag is intended for performance optimization when importing blocks from trusted
/// sources.
/// **Warning: This option compromises the validation of chain data. Use with caution.**
#[arg(long = "skip-state-root-validation", default_value_t = false)]
#[arg(long = "optimize.skip-state-root-validation", default_value_t = false)]
pub skip_state_root_validation: bool,
}

0 comments on commit ef93720

Please sign in to comment.