Skip to content

Commit

Permalink
A0-0000: Fix finality version (#1942)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin <[email protected]>
Co-authored-by: Michal Swietek <[email protected]>
  • Loading branch information
3 people authored Feb 12, 2025
1 parent a993574 commit 75146c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitives/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ pub const DEFAULT_BAN_PERIOD: EraIndex = 10;
pub const DEFAULT_FINALITY_VERSION: Version = 0;

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

/// Legacy version of abft.
pub const LEGACY_FINALITY_VERSION: u16 = 3;
Expand Down

0 comments on commit 75146c8

Please sign in to comment.