Skip to content

Commit 75146c8

Browse files
A0-0000: Fix finality version (#1942)
Co-authored-by: Marcin <marcin.radecki@cardinals.cc> Co-authored-by: Michal Swietek <mike1729@users.noreply.github.com>
1 parent a993574 commit 75146c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

primitives/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ pub const DEFAULT_BAN_PERIOD: EraIndex = 10;
149149
pub const DEFAULT_FINALITY_VERSION: Version = 0;
150150

151151
/// Current version of abft.
152-
pub const CURRENT_FINALITY_VERSION: u16 = LEGACY_FINALITY_VERSION + 1;
152+
pub const CURRENT_FINALITY_VERSION: u16 = 5;
153153

154154
/// Legacy version of abft.
155155
pub const LEGACY_FINALITY_VERSION: u16 = 3;

0 commit comments

Comments
 (0)