We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2376c1c commit f28e7a6Copy full SHA for f28e7a6
madara/node/src/cli/l2.rs
@@ -86,7 +86,7 @@ pub struct L2SyncParams {
86
/// Disable blockchain reorganization. When enabled, if a divergent state is discovered,
87
/// the node will stop with an error instead of performing a reorg. This is useful for
88
/// operators who want to manually handle chain divergences.
89
- #[clap(env = "MADARA_DISABLE_REORG", long, default_value_t = true)]
+ #[clap(env = "MADARA_DISABLE_REORG", long, default_value_t = false)]
90
pub disable_reorg: bool,
91
}
92
0 commit comments