Skip to content

Commit

Permalink
better wording
Browse files Browse the repository at this point in the history
  • Loading branch information
justinengland committed May 6, 2021
1 parent bce1c3f commit d77c70b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chia/cmds/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def configure(
print("uPnP disabled")
change_made = True
if testnet is not None:

testnet_port = "58444"
testnet_introducer = "beta1_introducer.chia.net"
testnet = "testnet7"
Expand Down Expand Up @@ -102,7 +103,7 @@ def configure(


@click.command("configure", short_help="Modify configuration")
@click.option("--testnet", "-testnet", "-t", help="configures for connection to latest testnet", type=click.Choice(["true", "t", "false", "f"]))
@click.option("--testnet", "-testnet", "-t", help="configures for connection to testnet", type=click.Choice(["true", "t", "false", "f"]))
@click.option("--set-node-introducer", help="Set the introducer for node - IP:Port", type=str)
@click.option("--set-farmer-peer", help="Set the farmer peer for harvester - IP:Port", type=str)
@click.option(
Expand Down

0 comments on commit d77c70b

Please sign in to comment.