Skip to content

Commit

Permalink
Bump consensus version
Browse files Browse the repository at this point in the history
  • Loading branch information
mappum committed Jul 31, 2023
1 parent c03b405 commit d3ef22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ pub struct InnerApp {

#[orga]
impl InnerApp {
pub const CONSENSUS_VERSION: u8 = 3;
pub const CONSENSUS_VERSION: u8 = 4;

#[cfg(feature = "full")]
fn configure_faucets(&mut self) -> Result<()> {
Expand Down

0 comments on commit d3ef22a

Please sign in to comment.