From 330d12853014ea899f0217b05d508291cd8255bf Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Tue, 18 Mar 2025 12:30:41 -0700 Subject: [PATCH] added verbose logging --- tests/e2e_tests/test_unstaking.py | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/tests/e2e_tests/test_unstaking.py b/tests/e2e_tests/test_unstaking.py index 66dda33c0..7b6b836ff 100644 --- a/tests/e2e_tests/test_unstaking.py +++ b/tests/e2e_tests/test_unstaking.py @@ -213,6 +213,16 @@ def test_unstaking(local_chain, wallet_setup): float(inital_stake_netuid_2) ) + print( + "Bob wallet deets: ", + "hotkey: ", + wallet_bob.hotkey_str, + "name: ", + wallet_bob.name, + "path: ", + wallet_bob.path, + ) + # Remove all alpha stakes unstake_alpha = exec_command_bob( command="stake", @@ -222,7 +232,7 @@ def test_unstaking(local_chain, wallet_setup): wallet_path_bob, "--wallet-name", wallet_bob.name, - "--hotkey", + "--wallet-hotkey", wallet_bob.hotkey_str, "--chain", "ws://127.0.0.1:9945",