Skip to content

Commit f28e7a6

Browse files
committed
fix default value
1 parent 2376c1c commit f28e7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

madara/node/src/cli/l2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ pub struct L2SyncParams {
8686
/// Disable blockchain reorganization. When enabled, if a divergent state is discovered,
8787
/// the node will stop with an error instead of performing a reorg. This is useful for
8888
/// operators who want to manually handle chain divergences.
89-
#[clap(env = "MADARA_DISABLE_REORG", long, default_value_t = true)]
89+
#[clap(env = "MADARA_DISABLE_REORG", long, default_value_t = false)]
9090
pub disable_reorg: bool,
9191
}
9292

0 commit comments

Comments
 (0)