From eaa84f15491e14165af050160d730f21e3dffdac Mon Sep 17 00:00:00 2001 From: Marnix <93143998+MarnixCroes@users.noreply.github.com> Date: Wed, 9 Oct 2024 23:32:11 +0200 Subject: [PATCH] testnetclearnetbackenduri -> tesnetbackenduri --- docs/using-wasabi/StartupParameters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using-wasabi/StartupParameters.md b/docs/using-wasabi/StartupParameters.md index 950f2d13c..06190bf27 100644 --- a/docs/using-wasabi/StartupParameters.md +++ b/docs/using-wasabi/StartupParameters.md @@ -28,7 +28,7 @@ All configuration options available via the `Config.json` file are also availabl |---------|--------|----------------------| | ""Network": "TestNet" | --network=testnet | WASABI-NETWORK=testnet | | "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/" | +| "TestNetBackendUri": "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/" |