Skip to content

Commit 0478596

Browse files
Update pallets/subtensor/src/lib.rs
Co-authored-by: Sam Johnson <[email protected]>
1 parent c255d92 commit 0478596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1423,7 +1423,7 @@ pub mod pallet {
14231423
.saturating_add(migration::migrate_populate_owned::<T>())
14241424
// Populate StakingHotkeys map for coldkey swap. Doesn't update storage vesion.
14251425
.saturating_add(migration::migrate_populate_staking_hotkeys::<T>())
1426-
//Fix total coldkey stake.
1426+
// Fix total coldkey stake.
14271427
.saturating_add(migration::migrate_fix_total_coldkey_stake::<T>());
14281428

14291429
weight

0 commit comments

Comments
 (0)