We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8640a93 commit 4763cb3Copy full SHA for 4763cb3
pallets/subtensor/tests/swap.rs
@@ -1903,7 +1903,10 @@ fn test_do_swap_hotkey_with_initial_delegate_stake() {
1903
add_network(netuid, tempo, 0);
1904
register_ok_neuron(netuid, old_hotkey, coldkey, 0);
1905
SubtensorModule::add_balance_to_coldkey_account(&coldkey, swap_cost);
1906
- SubtensorModule::add_balance_to_coldkey_account(&new_hotkey, stake + ExistentialDeposit::get());
+ SubtensorModule::add_balance_to_coldkey_account(
1907
+ &new_hotkey,
1908
+ stake + ExistentialDeposit::get(),
1909
+ );
1910
1911
// Old hotkey allows delegation
1912
assert_ok!(SubtensorModule::do_become_delegate(
0 commit comments