Skip to content

Commit

Permalink
app: increment halt counter
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Mar 28, 2024
1 parent e44f91e commit 8810ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/app/src/app/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,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 = 0;
const TOTAL_HALT_COUNT: u64 = 1;

#[async_trait]
pub trait StateReadExt: StateRead {
Expand Down

0 comments on commit 8810ffe

Please sign in to comment.