Skip to content

Commit b2e47e6

Browse files
authored
fix: service mode always light (#686)
1 parent 21323ca commit b2e47e6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

images/utils/launcher/config/config.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ def parse_command_line_arguments(self):
109109
"--bitcoind.mode",
110110
metavar="<mode>",
111111
choices=["native", "external", "neutrino", "light"],
112-
default="light",
113112
help="Bitcoind service mode"
114113
)
115114
group.add_argument(
@@ -154,7 +153,6 @@ def parse_command_line_arguments(self):
154153
"--litecoind.mode",
155154
metavar="<mode>",
156155
choices=["native", "external", "neutrino", "light"],
157-
default="light",
158156
help="Litecoind service mode"
159157
)
160158
group.add_argument(
@@ -199,7 +197,6 @@ def parse_command_line_arguments(self):
199197
"--geth.mode",
200198
metavar="<mode>",
201199
choices=["native", "external", "infura", "light"],
202-
default="light",
203200
help="Geth service mode"
204201
)
205202
group.add_argument(

0 commit comments

Comments
 (0)