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 6052c2b commit 95be69dCopy full SHA for 95be69d
pallets/subtensor/src/tests/swap_hotkey.rs
@@ -1472,7 +1472,7 @@ fn test_swap_auto_stake_destination_coldkeys() {
1472
let old_hotkey = U256::from(1);
1473
let new_hotkey = U256::from(2);
1474
let coldkey = U256::from(3);
1475
- let netuid = NetUid::from(0u16);
+ let netuid = NetUid::from(2u16); // Can't be root
1476
let coldkeys = vec![U256::from(4), U256::from(5)];
1477
let mut weight = Weight::zero();
1478
0 commit comments