Skip to content

Commit

Permalink
Registry cost 0.1 tao (#1587)
Browse files Browse the repository at this point in the history
update the prompt

Co-authored-by: philanthrope <[email protected]>
  • Loading branch information
Eugene-hu and ifrit98 authored Nov 27, 2023
1 parent fab2912 commit 25ecbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bittensor/commands/identity.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def run(cli):
if (
str(
Prompt.ask(
"Cost to register an Identity is [bold white italic]1 Tao[/bold white italic], are you sure you wish to continue?",
"Cost to register an Identity is [bold white italic]0.1 Tao[/bold white italic], are you sure you wish to continue?",
default="n",
choices=["y", "n"],
)
Expand Down

0 comments on commit 25ecbb3

Please sign in to comment.