Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions pallets/subtensor/src/coinbase/run_coinbase.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,11 +249,6 @@ impl<T: Config> Pallet<T> {
BlocksSinceLastStep::<T>::mutate(netuid, |total| *total = total.saturating_add(1));
}
}

// --- 8. Apply pending childkeys of this subnet for the next epoch
for netuid in subnets.iter() {
Self::do_set_pending_children(*netuid);
}
}

pub fn drain_pending_emission(
Expand Down
Loading