Skip to content

Commit

Permalink
Fix set-node-url command (#1201)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M authored Oct 3, 2023
1 parent e00ede5 commit 390b551
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build/cli-wallet/1.0/docs/02_wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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`
Expand Down

0 comments on commit 390b551

Please sign in to comment.