Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
liamaharon committed Nov 17, 2023
1 parent 18b13c0 commit 476a6a2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/src/commands/on_runtime_upgrade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,12 @@ pub struct Command {
pub checks: UpgradeCheckSelect,

/// Whether to disable weight warnings, useful if the runtime is for a relay chain.
///
/// This is used to adjust the behavior of weight measurement warnings.
#[clap(long, default_value = "false", default_missing_value = "true")]
pub no_weight_warnings: bool,

/// Whether to enforce the new runtime `spec_version` is greater or equal to the existing
/// `spec_version`.
#[clap(long, default_value = "true", default_missing_value = "true")]

pub check_spec_version: bool,
/// Whether to disable migration idempotency checks
#[clap(long, default_value = "false", default_missing_value = "true")]
Expand Down

0 comments on commit 476a6a2

Please sign in to comment.