-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5718 from ghubstan/pickup-core-bisq-properties
Add custom bisq.properties to API test harness
- Loading branch information
Showing
2 changed files
with
23 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Bisq core properties file loaded by Bisq instances started by the test harness. | ||
# Normally, it would be left empty, but it is useful for ad-hoc testing with | ||
# Bisq Config options not configurable in test harness-specific apitest.properties | ||
# file. This is where you might define Bisq options such as: | ||
# dumpBlockchainData=true | ||
# dumpDelayedPayoutTxs=true | ||
# dumpStatistics=true |