Skip to content

Commit 9733f16

Browse files
committed
fix comments
1 parent 32ef9cc commit 9733f16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pallets/subtensor/src/migrations/migrate_auto_stake_destination.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ pub fn migrate_auto_stake_destination<T: Config>() -> Weight {
4848
.map(|(netuid, _)| netuid)
4949
.collect();
5050

51-
// Process each old entry
5251
for coldkey in &curr_keys {
5352
weight.saturating_accrue(T::DbWeight::get().reads(1));
5453

0 commit comments

Comments
 (0)