Skip to content

Commit

Permalink
chore: remove more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Dare committed Jul 30, 2024
1 parent ee8aa6b commit c1dbc59
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pallets/subtensor/src/benchmarks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -452,9 +452,5 @@ benchmark_set_childkey_take {
let amount_to_be_staked = 1_000_000u32.into();
Subtensor::<T>::add_balance_to_coldkey_account(&coldkey, amount_to_be_staked);
assert_ok!(Subtensor::<T>::do_burned_registration(RawOrigin::Signed(coldkey.clone()).into(), netuid, hotkey.clone()));

// Ensure the coldkey owns the hotkey
// Subtensor::<T>::set_coldkey_ownership(coldkey.clone(), hotkey.clone(), true);

}: set_childkey_take(RawOrigin::Signed(coldkey), hotkey, netuid, take)
}

0 comments on commit c1dbc59

Please sign in to comment.