Skip to content

Commit 330d128

Browse files
committed
added verbose logging
1 parent bb83d15 commit 330d128

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

tests/e2e_tests/test_unstaking.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,16 @@ def test_unstaking(local_chain, wallet_setup):
213213
float(inital_stake_netuid_2)
214214
)
215215

216+
print(
217+
"Bob wallet deets: ",
218+
"hotkey: ",
219+
wallet_bob.hotkey_str,
220+
"name: ",
221+
wallet_bob.name,
222+
"path: ",
223+
wallet_bob.path,
224+
)
225+
216226
# Remove all alpha stakes
217227
unstake_alpha = exec_command_bob(
218228
command="stake",
@@ -222,7 +232,7 @@ def test_unstaking(local_chain, wallet_setup):
222232
wallet_path_bob,
223233
"--wallet-name",
224234
wallet_bob.name,
225-
"--hotkey",
235+
"--wallet-hotkey",
226236
wallet_bob.hotkey_str,
227237
"--chain",
228238
"ws://127.0.0.1:9945",

0 commit comments

Comments
 (0)