Skip to content

Commit

Permalink
app: increment TOTAL_HALT_COUNT
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Mar 27, 2024
1 parent 11f8d96 commit 99b41ca
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 99b41ca

Please sign in to comment.