Skip to content

Commit af48417

Browse files
committed
Added sad path
1 parent 34b71ec commit af48417

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bittensor_cli/src/commands/stake/children_hotkeys.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,10 @@ async def revoke_children(
678678
f"submitted. It will be completed around block {completion_block}. The current block "
679679
f"is {current_block}"
680680
)
681+
else:
682+
err_console.print(
683+
f"Childkey revocation failed for netuid {netuid_}: {message}."
684+
)
681685
if json_output:
682686
json_console.print(json.dumps(dict_output))
683687

0 commit comments

Comments
 (0)