Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Bump default abft version
  • Loading branch information
Michal Swietek committed Dec 22, 2022
commit a54cb229078822b912b6d88d2951fea73115c4b2
2 changes: 1 addition & 1 deletion pallets/aleph/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ use sp_std::prelude::*;
/// The current storage version.
const STORAGE_VERSION: StorageVersion = StorageVersion::new(2);

const DEFAULT_FINALITY_VERSION: Version = 0;
const DEFAULT_FINALITY_VERSION: Version = 2;

#[frame_support::pallet]
pub mod pallet {
Expand Down