Skip to content

Commit

Permalink
bump migration values
Browse files Browse the repository at this point in the history
  • Loading branch information
const authored and const committed Jul 15, 2024
1 parent 5e6fc7e commit 3c61aa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pallets/subtensor/src/migration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ pub fn do_migrate_fix_total_coldkey_stake<T: Config>() -> Weight{
// Public migrate function to be called by Lib.rs on upgrade.
pub fn migrate_fix_total_coldkey_stake<T: Config>() -> Weight {

let current_storage_version: u16 = 6;
let next_storage_version: u16 = 7;
let current_storage_version: u16 = 7;
let next_storage_version: u16 = 8;

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

0 comments on commit 3c61aa8

Please sign in to comment.