Skip to content

Commit

Permalink
Change command line argument default
Browse files Browse the repository at this point in the history
  • Loading branch information
sqrrm authored and ripcurlx committed Apr 13, 2020
1 parent 6fc087c commit 1a1f71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/main/java/bisq/common/config/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ public Config(String defaultAppName, File defaultUserDataDir, String... args) {
"payout transactions")
.withRequiredArg()
.ofType(boolean.class)
.defaultsTo(true);
.defaultsTo(false);

try {
CompositeOptionSet options = new CompositeOptionSet();
Expand Down

0 comments on commit 1a1f71a

Please sign in to comment.