From 390b55133faabe33c118234e74e638378ecd94d6 Mon Sep 17 00:00:00 2001 From: Thoralf-M <46689931+Thoralf-M@users.noreply.github.com> Date: Tue, 3 Oct 2023 12:23:11 +0200 Subject: [PATCH] Fix set-node-url command (#1201) --- docs/build/cli-wallet/1.0/docs/02_wallet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build/cli-wallet/1.0/docs/02_wallet.md b/docs/build/cli-wallet/1.0/docs/02_wallet.md index 895ac05db0b..41f4c8fdc2b 100644 --- a/docs/build/cli-wallet/1.0/docs/02_wallet.md +++ b/docs/build/cli-wallet/1.0/docs/02_wallet.md @@ -198,7 +198,7 @@ Restore accounts from a stronghold backup file. ./wallet restore backup.stronghold ``` -### `./wallet set-node` +### `./wallet set-node-url` Sets the node to be used for all requests. @@ -213,7 +213,7 @@ The new node URL is persisted to the storage and all future requests will use it #### Example ```sh -./wallet set-node http://localhost:14265 +./wallet set-node-url http://localhost:14265 ``` ### `./wallet sync`