Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions bittensor_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ class Options:
use_password = typer.Option(
True,
help="Set this to `True` to protect the generated Bittensor key with a password.",
is_flag=True,
flag_value=False,
)
public_hex_key = typer.Option(None, help="The public key in hex format.")
ss58_address = typer.Option(
Expand Down Expand Up @@ -1843,8 +1841,6 @@ def wallet_regen_hotkey(
use_password: bool = typer.Option(
False, # Overriden to False
help="Set to 'True' to protect the generated Bittensor key with a password.",
is_flag=True,
flag_value=True,
),
quiet: bool = Options.quiet,
verbose: bool = Options.verbose,
Expand Down Expand Up @@ -1901,8 +1897,6 @@ def wallet_new_hotkey(
use_password: bool = typer.Option(
False, # Overriden to False
help="Set to 'True' to protect the generated Bittensor key with a password.",
is_flag=True,
flag_value=True,
),
quiet: bool = Options.quiet,
verbose: bool = Options.verbose,
Expand Down