Skip to content

Commit 6691f01

Browse files
authored
Merge pull request 0LNetworkCommunity#140 from BBK912/main
fix: '-- force-url' change to '--fullnode-url'
2 parents 28af187 + 5f78654 commit 6691f01

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/guides/integrations/integrators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Update the `$HOME/.libra/cli` config
5555
```bash
5656
# Interactive tool: configure tools, enter the mnemonic above
5757
libra config init
58-
libra config --profile my-testnet fix --force-url localhost:8280/v1
58+
libra config --profile my-testnet fix --fullnode-url localhost:8280/v1
5959
```
6060

6161
Optionally for automated testing these envvars for non-interactive mode:

docs/guides/node-operators/validators/register.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ libra txs transfer -t <YOUR ACCOUNT> -a 1
2323
### Update upstream node
2424
Set your client `libra.yaml` with the rpc-load-balancer upstream node
2525
``` bash
26-
libra config fix --force-url https://rpc.openlibra.space:8080
26+
libra config fix --fullnode-url https://rpc.openlibra.space:8080
2727
```
2828

2929
### Submit configs to chain

docs/guides/node-operators/validators/restore.todo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ libra config fullnode-init
2626
### Update upstream node
2727
Set your client `libra.yaml` with the rpc-load-balancer upstream node
2828
``` bash
29-
libra config fix --force-url https://rpc.openlibra.space:8080
29+
libra config fix --fullnode-url https://rpc.openlibra.space:8080
3030
```
3131

3232
### Clone and build the epoch-archive-mainnet repository

docs/guides/node-operators/validators/vfn-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ In order to fix this, after you have run the above command, please run:
6161

6262
Set your client `libra.yaml` with the rpc-load-balancer upstream node
6363
``` bash
64-
libra config fix --force-url https://rpc.openlibra.space:8080
64+
libra config fix --fullnode-url https://rpc.openlibra.space:8080
6565
```
6666

6767
:::info

0 commit comments

Comments
 (0)