File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -208,21 +208,11 @@ def test_unstaking(local_chain, wallet_setup):
208
208
cleaned_stake = [
209
209
re .sub (r"\s+" , " " , line ) for line in stake_list .stdout .splitlines ()
210
210
]
211
- stake_after_unstaking_netuid_2 = cleaned_stake [9 ].split ("│" )[3 ].strip ().split ()[0 ]
211
+ stake_after_unstaking_netuid_2 = cleaned_stake [10 ].split ("│" )[3 ].strip ().split ()[0 ]
212
212
assert Balance .from_tao (float (stake_after_unstaking_netuid_2 )) <= Balance .from_tao (
213
213
float (inital_stake_netuid_2 )
214
214
)
215
215
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
-
226
216
# Remove all alpha stakes
227
217
unstake_alpha = exec_command_bob (
228
218
command = "stake" ,
You can’t perform that action at this time.
0 commit comments