From 70637f257e02d369fba6c3a0d13efd19691e66f4 Mon Sep 17 00:00:00 2001 From: Cameron Fairchild Date: Wed, 12 Feb 2025 12:56:42 -0500 Subject: [PATCH] remove call from coinbase. already in block_step --- pallets/subtensor/src/coinbase/run_coinbase.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pallets/subtensor/src/coinbase/run_coinbase.rs b/pallets/subtensor/src/coinbase/run_coinbase.rs index d0a668f92c..0390deea4d 100644 --- a/pallets/subtensor/src/coinbase/run_coinbase.rs +++ b/pallets/subtensor/src/coinbase/run_coinbase.rs @@ -249,11 +249,6 @@ 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(