Skip to content

Commit

Permalink
Merge pull request #293 from opentensor/fix/rao-remove-mention-of-cost
Browse files Browse the repository at this point in the history
Fix/rao remove mention of cost
  • Loading branch information
thewhaleking authored Feb 6, 2025
2 parents bb5e56b + 3d1593f commit 093b1e0
Showing 1 changed file with 2 additions and 4 deletions.
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

0 comments on commit 093b1e0

Please sign in to comment.