Skip to content

Commit e8f6f6d

Browse files
committed
fix: remove redundant comment
1 parent 2489a6f commit e8f6f6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pallets/subtensor/tests/epoch.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ fn init_run_epochs(
162162
// === Register uids
163163
SubtensorModule::set_max_allowed_uids(netuid, n);
164164
for key in 0..n {
165-
// let stake: u64;
166165
let stake = if use_input_stake {
167166
input_stake[key as usize]
168167
} else if validators.contains(&key) {

0 commit comments

Comments
 (0)