Skip to content
This repository was archived by the owner on Jul 12, 2026. It is now read-only.

Commit 4595840

Browse files
authored
Merge pull request #970 from latent-to/dougsillars/main
2 parents a5b822b + 8150449 commit 4595840

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

bittensor_cli/cli.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3886,7 +3886,8 @@ def wallet_set_id(
38863886

38873887
if prompt:
38883888
if not confirm_action(
3889-
"Cost to register an [blue]Identity[/blue] is [blue]0.1 TAO[/blue],"
3889+
"Cost to register an [blue]Identity[/blue] is the extrinsic fee "
3890+
"(typically [blue]<0.001 TAO[/blue]),"
38903891
" are you sure you wish to continue?",
38913892
decline=decline,
38923893
quiet=quiet,

bittensor_cli/src/commands/subnets/subnets.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1713,7 +1713,8 @@ async def create(
17131713
)
17141714
if prompt:
17151715
if not confirm_action(
1716-
"\nCost to register an [blue]Identity[/blue] is [blue]0.1 TAO[/blue],"
1716+
"\nCost to register an [blue]Identity[/blue] is the extrinsic fee"
1717+
" (typically [blue]<0.001 TAO[/blue]),"
17171718
" are you sure you wish to continue?",
17181719
decline=decline,
17191720
quiet=quiet,

0 commit comments

Comments
 (0)