We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a993574 commit 75146c8Copy full SHA for 75146c8
1 file changed
primitives/src/lib.rs
@@ -149,7 +149,7 @@ pub const DEFAULT_BAN_PERIOD: EraIndex = 10;
149
pub const DEFAULT_FINALITY_VERSION: Version = 0;
150
151
/// Current version of abft.
152
-pub const CURRENT_FINALITY_VERSION: u16 = LEGACY_FINALITY_VERSION + 1;
+pub const CURRENT_FINALITY_VERSION: u16 = 5;
153
154
/// Legacy version of abft.
155
pub const LEGACY_FINALITY_VERSION: u16 = 3;
0 commit comments