diff --git a/crates/core/app/src/app/mod.rs b/crates/core/app/src/app/mod.rs index ea47bffb74..869c16b0fd 100644 --- a/crates/core/app/src/app/mod.rs +++ b/crates/core/app/src/app/mod.rs @@ -558,7 +558,7 @@ impl App { /// /// Increment this manually after fixing the root cause for a chain halt: updated nodes will then be /// able to proceed past the block height of the halt. -const TOTAL_HALT_COUNT: u64 = 2; +const TOTAL_HALT_COUNT: u64 = 0; #[async_trait] pub trait StateReadExt: StateRead {