Skip to content

Commit 70637f2

Browse files
committed
remove call from coinbase. already in block_step
1 parent fd96f59 commit 70637f2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pallets/subtensor/src/coinbase/run_coinbase.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,6 @@ impl<T: Config> Pallet<T> {
249249
BlocksSinceLastStep::<T>::mutate(netuid, |total| *total = total.saturating_add(1));
250250
}
251251
}
252-
253-
// --- 8. Apply pending childkeys of this subnet for the next epoch
254-
for netuid in subnets.iter() {
255-
Self::do_set_pending_children(*netuid);
256-
}
257252
}
258253

259254
pub fn drain_pending_emission(

0 commit comments

Comments
 (0)