diff --git a/pallets/subtensor/src/coinbase/run_coinbase.rs b/pallets/subtensor/src/coinbase/run_coinbase.rs index d80bfb3773..90c7b99c61 100644 --- a/pallets/subtensor/src/coinbase/run_coinbase.rs +++ b/pallets/subtensor/src/coinbase/run_coinbase.rs @@ -249,6 +249,11 @@ impl Pallet { BlocksSinceLastStep::::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(