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.
1 parent 9cbc5a2 commit bb66f09Copy full SHA for bb66f09
pallets/admin-utils/src/benchmarking.rs
@@ -251,7 +251,10 @@ mod benchmarks {
251
252
#[benchmark]
253
fn sudo_set_hotkey_emission_tempo() {
254
- pallet_subtensor::Pallet::<T>::init_new_network(1u16 /*netuid*/, 1u16 /*sudo_tempo*/);
+ pallet_subtensor::Pallet::<T>::init_new_network(
255
+ 1u16, /*netuid*/
256
+ 1u16, /*sudo_tempo*/
257
+ );
258
259
#[extrinsic_call]
260
_(RawOrigin::Root, 1u64/*emission_tempo*/)/*set_hotkey_emission_tempo*/;
0 commit comments