From c1dbc59c3f0e6d8fea4555a4fc5590edc091a821 Mon Sep 17 00:00:00 2001 From: Samuel Dare Date: Tue, 30 Jul 2024 20:17:13 +0400 Subject: [PATCH] chore: remove more comments --- pallets/subtensor/src/benchmarks.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pallets/subtensor/src/benchmarks.rs b/pallets/subtensor/src/benchmarks.rs index 25176dab7..0a251894e 100644 --- a/pallets/subtensor/src/benchmarks.rs +++ b/pallets/subtensor/src/benchmarks.rs @@ -452,9 +452,5 @@ benchmark_set_childkey_take { let amount_to_be_staked = 1_000_000u32.into(); Subtensor::::add_balance_to_coldkey_account(&coldkey, amount_to_be_staked); assert_ok!(Subtensor::::do_burned_registration(RawOrigin::Signed(coldkey.clone()).into(), netuid, hotkey.clone())); - - // Ensure the coldkey owns the hotkey - // Subtensor::::set_coldkey_ownership(coldkey.clone(), hotkey.clone(), true); - }: set_childkey_take(RawOrigin::Signed(coldkey), hotkey, netuid, take) }