We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b71ec commit af48417Copy full SHA for af48417
bittensor_cli/src/commands/stake/children_hotkeys.py
@@ -678,6 +678,10 @@ async def revoke_children(
678
f"submitted. It will be completed around block {completion_block}. The current block "
679
f"is {current_block}"
680
)
681
+ else:
682
+ err_console.print(
683
+ f"Childkey revocation failed for netuid {netuid_}: {message}."
684
+ )
685
if json_output:
686
json_console.print(json.dumps(dict_output))
687
0 commit comments