From 80c97e7307dbfffad2bb8d5d513416bd70130c7b Mon Sep 17 00:00:00 2001 From: Marnix <93143998+MarnixCroes@users.noreply.github.com> Date: Wed, 9 Oct 2024 23:24:16 +0200 Subject: [PATCH] add missing coordinatoruri arguments --- docs/using-wasabi/StartupParameters.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/using-wasabi/StartupParameters.md b/docs/using-wasabi/StartupParameters.md index 148f43870..950f2d13c 100644 --- a/docs/using-wasabi/StartupParameters.md +++ b/docs/using-wasabi/StartupParameters.md @@ -30,6 +30,9 @@ All configuration options available via the `Config.json` file are also availabl | "MainNetBackendUri": "https://api.wasabiwallet.io/" | --mainnetbackenduri="https://api.wasabiwallet.io/" | WASABI-MAINNETBACKENDURI="https://api.wasabiwallet.io/"| | "TestNetClearnetBackendUri": "https://api.wasabiwallet.co/" | --testnetbackenduri="https://api.wasabiwallet.co/" | WASABI-TESTNETBACKENDURI="https://api.wasabiwallet.co/" | | "RegTestBackendUri": "http://localhost:37127/" | --regtestbackenduri="http://localhost:37127/" | WASABI-REGTESTBACKENDURI="http://localhost:37127/" | +| "MainNetCoordinatorUri": "" | --mainnetcoordinatoruri="" | WASABI-MAINNETCOORDINATORURI="" | +| "TestNetCoordinatorUri": "https://api.wasabiwallet.co/" | --testnetcoordinatoruri="https://api.wasabiwallet.co/" | WASABI-TESTNETCOORDINATORURI="https://api.wasabiwallet.co/" | +| "RegTestCoordinatorUri": "http://localhost:37127/" | --regtestcoordinatoruri="http://localhost:37127/" | WASABI-REGTESTCOORDINATORURI="http://localhost:37127/" | | "UseTor": "Enabled" | --usetor=enabled | WASABI-USETOR=enabled | | "TerminateTorOnExit": false | --terminatetoronexit=false | WASABI-TERMINATETORONEXIT=false | | "TorBridges": "[TorBridge]" | --torbridges="[TorBridge]" | WASABI-TORBRIDGES="[TorBridge]" |