We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b86b779 + dbae3f6 commit bc7469bCopy full SHA for bc7469b
pallets/subtensor/src/benchmarks.rs
@@ -1073,6 +1073,7 @@ mod pallet_benchmarks {
1073
Subtensor::<T>::init_new_network(netuid, 1);
1074
Subtensor::<T>::set_network_registration_allowed(netuid, true);
1075
SubtokenEnabled::<T>::insert(netuid, true);
1076
+ Subtensor::<T>::set_commit_reveal_weights_enabled(netuid, false);
1077
1078
let reg_fee = Subtensor::<T>::get_burn(netuid);
1079
Subtensor::<T>::add_balance_to_coldkey_account(&hotkey, reg_fee.to_u64().saturating_mul(2));
0 commit comments