Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions bittensor_cli/src/commands/stake/children_hotkeys.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,8 +544,7 @@ async def set_children(
subtensor, netuid
)
console.print(
f"Your childkey request has been submitted. It will be completed around block {completion_block}, "
f"assuming you have the required key swap cost (default: 0.1 Tao) in your coldkey at that time. "
f"Your childkey request has been submitted. It will be completed around block {completion_block}. "
f"The current block is {current_block}"
)
console.print(
Expand Down Expand Up @@ -577,8 +576,7 @@ async def set_children(
)
console.print(
f"Your childkey request for netuid {netuid_} has been submitted. It will be completed around "
f"block {completion_block}, assuming you have the required key swap cost (default: 0.1 Tao) in your "
f"coldkey at that time. The current block is {current_block}."
f"block {completion_block}. The current block is {current_block}."
)
console.print(
":white_heavy_check_mark: [green]Sent set children request for all subnets.[/green]"
Expand Down