Skip to content

Commit 1a0552c

Browse files
committed
change wording of rust installation option
1 parent 0727964 commit 1a0552c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nodes/lite-nodes/spin-up-a-lite-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To build the lite-node, you’ll need some specific software. Run the following
4444
echo 'export PATH=$PATH:/usr/local/go/bin' >> ~/.bashrc && source ~/.bashrc
4545
```
4646

47-
3. [Install Rust](https://www.rust-lang.org/tools/install) with standard installation and source the `~/.cargo/env` config file:
47+
3. [Install Rust](https://www.rust-lang.org/tools/install), choose the standard installation option, and source the `~/.cargo/env` config file:
4848

4949
```sh
5050
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
@@ -390,7 +390,7 @@ Let's run a couple of commands to see if the JSON-RPC API is set up correctly.
390390
391391
The result field is the public key for our address. The private key is stored within our lite-node.
392392
393-
3. Set the new address as the default wallet for our lite-node, reminder to replace the Bearer token with our auth key `eyJhbGc...` and the `"params"` value with the wallet address returned from the previous command:
393+
3. Set the new address as the default wallet for our lite-node, reminder to replace the Bearer token with our auth key `eyJhbGc...` and the `"params"` value with the wallet address, `f1vuc4...`, returned from the previous command:
394394
395395
```shell
396396
curl -X POST '127.0.0.1:1234/rpc/v0' \

0 commit comments

Comments
 (0)