diff --git a/src/app.rs b/src/app.rs index 7c823cba..4cb09ff3 100644 --- a/src/app.rs +++ b/src/app.rs @@ -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<()> {