Skip to content

Commit 7a52317

Browse files
Bump versions for sessions keys migration (#263)
Fixes #262 CC @bkchr - [x] Does not require a CHANGELOG entry
1 parent 2dd830a commit 7a52317

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

relay/kusama/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1860,7 +1860,7 @@ pub mod migrations {
18601860
/// Upgrade Session keys to exclude `ImOnline` key.
18611861
/// When this is removed, should also remove `OldSessionKeys`.
18621862
pub struct UpgradeSessionKeys;
1863-
const UPGRADE_SESSION_KEYS_FROM_SPEC: u32 = 1001002;
1863+
const UPGRADE_SESSION_KEYS_FROM_SPEC: u32 = 1001003;
18641864

18651865
impl OnRuntimeUpgrade for UpgradeSessionKeys {
18661866
#[cfg(feature = "try-runtime")]

relay/polkadot/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1789,7 +1789,7 @@ pub mod migrations {
17891789
/// Upgrade Session keys to exclude `ImOnline` key.
17901790
/// When this is removed, should also remove `OldSessionKeys`.
17911791
pub struct UpgradeSessionKeys;
1792-
const UPGRADE_SESSION_KEYS_FROM_SPEC: u32 = 1001002;
1792+
const UPGRADE_SESSION_KEYS_FROM_SPEC: u32 = 1001003;
17931793

17941794
impl frame_support::traits::OnRuntimeUpgrade for UpgradeSessionKeys {
17951795
#[cfg(feature = "try-runtime")]

0 commit comments

Comments
 (0)