Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Taroni
chia-blockchain
Commits
6d88e2e2
Commit
6d88e2e2
authored
3 years ago
by
justinengland
Committed by
Justin England
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
proper white space for precious python.
parent
b8b7f91d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
chia/cmds/configure.py
+2
-2
chia/cmds/configure.py
with
2 additions
and
2 deletions
+2
-2
chia/cmds/configure.py
+
2
-
2
View file @
6d88e2e2
...
...
@@ -103,7 +103,7 @@ def configure(
@
click
.
command
(
"configure"
,
short_help
=
"Modify configuration"
)
@
click
.
option
(
"--testnet"
,
"-t"
,
help
=
"configures for connection to testnet"
,
type
=
click
.
Choice
([
"true"
,
"t"
,
"false"
,
"f"
]))
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
(
...
...
@@ -124,4 +124,4 @@ def configure(
@
click
.
pass_context
def
configure_cmd
(
ctx
,
set_farmer_peer
,
set_node_introducer
,
set_fullnode_port
,
set_log_level
,
enable_upnp
,
testnet
):
configure
(
ctx
.
obj
[
"root_path"
],
set_farmer_peer
,
set_node_introducer
,
set_fullnode_port
,
set_log_level
,
enable_upnp
,
testnet
)
testnet
)
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help