From 12d330cc4bb763f8838968e5d2b3261554776e63 Mon Sep 17 00:00:00 2001 From: Cameron Fairchild Date: Thu, 6 Feb 2025 09:58:53 -0500 Subject: [PATCH 1/2] oops don't mention cost on chk swap --- bittensor_cli/src/commands/stake/children_hotkeys.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bittensor_cli/src/commands/stake/children_hotkeys.py b/bittensor_cli/src/commands/stake/children_hotkeys.py index 85743034..0cee531c 100644 --- a/bittensor_cli/src/commands/stake/children_hotkeys.py +++ b/bittensor_cli/src/commands/stake/children_hotkeys.py @@ -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( From 3d1593f9fabc1307e630e609662ed8e959174950 Mon Sep 17 00:00:00 2001 From: Cameron Fairchild Date: Thu, 6 Feb 2025 10:17:13 -0500 Subject: [PATCH 2/2] remove 2nd mention --- bittensor_cli/src/commands/stake/children_hotkeys.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bittensor_cli/src/commands/stake/children_hotkeys.py b/bittensor_cli/src/commands/stake/children_hotkeys.py index 0cee531c..0f978d83 100644 --- a/bittensor_cli/src/commands/stake/children_hotkeys.py +++ b/bittensor_cli/src/commands/stake/children_hotkeys.py @@ -576,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]"