Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/rao remove mention of cost #293

Merged
merged 2 commits into from
Feb 6, 2025
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