File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ All configuration options available via the `Config.json` file are also availabl
51
51
| "EnableGpu": true | --enablegpu=true | WASABI_ENABLEGPU=true |
52
52
| "CoordinatorIdentifier": "CoinJoinCoordinatorIdentifier" | --coordinatoridentifier="coinjoincoordinatoridentifier" | WASABI_COORDINATORIDENTIFIER="coinjoincoordinatoridentifier" |
53
53
| "ExchangeRateProvider": "MempoolSpace" | --exchangerateprovider=MempoolSpace | WASABI_EXCHANGERATEPROVIDER=MempoolSpace |
54
- | "ExternalTransactionBroadcaster": "MempoolSpace" | --externaltransactionbroadcaster=MempoolSpace | WASABI-EXTERNALTRANSACTIONBROADCASTER =MempoolSpace |
54
+ | "ExternalTransactionBroadcaster": "MempoolSpace" | --externaltransactionbroadcaster=MempoolSpace | WASABI_EXTERNALTRANSACTIONBROADCASTER =MempoolSpace |
55
55
| "FeeRateEstimationProvider": "MempoolSpace" | --feerateestimationprovider=MempoolSpace | WASABI_FEERATEESTIMATIONPROVIDER=MempoolSpace |
56
56
| "MaxCoinJoinMiningFeeRate": 150.0 | --maxcoinjoinminingfeerate=150.0 | WASABI_MAXCOINJOINMININGFEERATE=150.0 |
57
57
| "AbsoluteMinInputCount": 21 | --absolutemininputcount=21 | WASABI_ABSOLUTEMININPUTCOUNT=21 |
58
- | "MaxDaysInMempool": 30 | --dropunconfirmedtransactionsafterdays=30 | WASABI-DROPUNCONFIRMEDTRANSACTIONSAFTERDAYS =30 |
58
+ | "MaxDaysInMempool": 30 | --dropunconfirmedtransactionsafterdays=30 | WASABI_DROPUNCONFIRMEDTRANSACTIONSAFTERDAYS =30 |
59
59
60
60
_ MaxDaysInMempool will only be listed in the config file after being changed from the default (30)._
61
61
You can’t perform that action at this time.
0 commit comments