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 c255d92 commit 0478596Copy full SHA for 0478596
pallets/subtensor/src/lib.rs
@@ -1423,7 +1423,7 @@ pub mod pallet {
1423
.saturating_add(migration::migrate_populate_owned::<T>())
1424
// Populate StakingHotkeys map for coldkey swap. Doesn't update storage vesion.
1425
.saturating_add(migration::migrate_populate_staking_hotkeys::<T>())
1426
- //Fix total coldkey stake.
+ // Fix total coldkey stake.
1427
.saturating_add(migration::migrate_fix_total_coldkey_stake::<T>());
1428
1429
weight
0 commit comments