We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6fc7e commit 3c61aa8Copy full SHA for 3c61aa8
pallets/subtensor/src/migration.rs
@@ -59,8 +59,8 @@ pub fn do_migrate_fix_total_coldkey_stake<T: Config>() -> Weight{
59
// Public migrate function to be called by Lib.rs on upgrade.
60
pub fn migrate_fix_total_coldkey_stake<T: Config>() -> Weight {
61
62
- let current_storage_version: u16 = 6;
63
- let next_storage_version: u16 = 7;
+ let current_storage_version: u16 = 7;
+ let next_storage_version: u16 = 8;
64
65
// Initialize the weight with one read operation.
66
let mut weight = T::DbWeight::get().reads(1);
0 commit comments