Skip to content

Commit 3c61aa8

Browse files
constconst
authored andcommitted
bump migration values
1 parent 5e6fc7e commit 3c61aa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pallets/subtensor/src/migration.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ pub fn do_migrate_fix_total_coldkey_stake<T: Config>() -> Weight{
5959
// Public migrate function to be called by Lib.rs on upgrade.
6060
pub fn migrate_fix_total_coldkey_stake<T: Config>() -> Weight {
6161

62-
let current_storage_version: u16 = 6;
63-
let next_storage_version: u16 = 7;
62+
let current_storage_version: u16 = 7;
63+
let next_storage_version: u16 = 8;
6464

6565
// Initialize the weight with one read operation.
6666
let mut weight = T::DbWeight::get().reads(1);

0 commit comments

Comments
 (0)