Skip to content

Commit

Permalink
TEMPORARY: increment TOTAL_HALT_COUNT=1
Browse files Browse the repository at this point in the history
  • Loading branch information
conorsch committed Dec 5, 2023
1 parent fc38883 commit b2ce163
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 @@ -635,7 +635,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 b2ce163

Please sign in to comment.