Skip to content

Commit a2016ee

Browse files
authored
Merge pull request #1250 from opentensor/nonclaim-into-main
Nonclaim into main
2 parents c7a3238 + 66f0097 commit a2016ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pallets/subtensor/src/coinbase/run_coinbase.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,11 @@ 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+
}
252257
}
253258

254259
pub fn drain_pending_emission(

0 commit comments

Comments
 (0)