Skip to content

Commit 9a7f830

Browse files
authored
Merge pull request #2108 from MarnixCroes/add-experimentalfeatures-to-start-params
start up params: add experimental features
2 parents d121fb3 + 0a3c72e commit 9a7f830

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/using-wasabi/StartupParameters.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,12 @@ All configuration options available via the config files are also available as c
5050
| "MaxCoinJoinMiningFeeRate": 50.0 | --maxcoinjoinminingfeerate=50.0 | WASABI_MAXCOINJOINMININGFEERATE=50.0 |
5151
| "AbsoluteMinInputCount": 21 | --absolutemininputcount=21 | WASABI_ABSOLUTEMININPUTCOUNT=21 |
5252
| "MaxDaysInMempool": 30 | --dropunconfirmedtransactionsafterdays=30 | WASABI_DROPUNCONFIRMEDTRANSACTIONSAFTERDAYS=30 |
53+
| "ExperimentalFeatures": [] | --experimentalfeatures=<> | WASABI_EXPERIMENTALFEATURES=<> |
5354

5455
_MaxDaysInMempool will only be listed in the config file after being changed from the default (30)._
5556

57+
_Currently, the only available experimental feature is scripting._
58+
5659
### Non-Config file configurations
5760

5861
There are a few special switches that are not present in the `Config.json` file and are only available using the command line:

0 commit comments

Comments
 (0)