bittensor-cli 9.0.0rc1__py3-none-any.whl → 9.0.0rc3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -544,8 +544,7 @@ async def set_children(
544
544
  subtensor, netuid
545
545
  )
546
546
  console.print(
547
- f"Your childkey request has been submitted. It will be completed around block {completion_block}, "
548
- f"assuming you have the required key swap cost (default: 0.1 Tao) in your coldkey at that time. "
547
+ f"Your childkey request has been submitted. It will be completed around block {completion_block}. "
549
548
  f"The current block is {current_block}"
550
549
  )
551
550
  console.print(
@@ -577,8 +576,7 @@ async def set_children(
577
576
  )
578
577
  console.print(
579
578
  f"Your childkey request for netuid {netuid_} has been submitted. It will be completed around "
580
- f"block {completion_block}, assuming you have the required key swap cost (default: 0.1 Tao) in your "
581
- f"coldkey at that time. The current block is {current_block}."
579
+ f"block {completion_block}. The current block is {current_block}."
582
580
  )
583
581
  console.print(
584
582
  ":white_heavy_check_mark: [green]Sent set children request for all subnets.[/green]"