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 869eabb commit da4d9b9Copy full SHA for da4d9b9
pallets/subtensor/src/benchmarks.rs
@@ -384,8 +384,6 @@ reveal_weights {
384
let weight_values: Vec<u16> = vec![10];
385
let hotkey: T::AccountId = account("hot", 0, 1);
386
let coldkey: T::AccountId = account("cold", 1, 2);
387
- let hotkey2: T::AccountId = account("hot2", 2, 3);
388
- let coldkey2: T::AccountId = account("cold2", 3, 4);
389
390
Subtensor::<T>::init_new_network(netuid, tempo);
391
Subtensor::<T>::set_network_registration_allowed(netuid, true);
0 commit comments