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