File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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" ) ]
Original file line number Diff line number Diff 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" ) ]
You can’t perform that action at this time.
0 commit comments