Skip to content

Commit

Permalink
Remove deprecated CLI option. (#1197)
Browse files Browse the repository at this point in the history
Signed-off-by: bgravenorst <[email protected]>

Signed-off-by: bgravenorst <[email protected]>
  • Loading branch information
bgravenorst authored Nov 1, 2022
1 parent 3beecc4 commit 48ebf26
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions docs/public-networks/get-started/connect/mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ besu \
--rpc-ws-host=0.0.0.0 \
--host-allowlist=<IP of Besu node>,127.0.0.1,localhost \
--engine-host-allowlist=<IP of Besu node>,127.0.0.1,localhost \
--Xmerge-support=true \
--engine-jwt-secret=<path to jwtsecret.hex>
```

Expand All @@ -75,7 +74,6 @@ Also, in the command:
service.
- [`--rpc-ws-host`](../../reference/cli/options.md#rpc-ws-host) is set to `0.0.0.0` to allow remote
RPC connections.
- `--Xmerge-support` enables Merge support.

You can modify the option values and add other [command line options](../../reference/cli/options.md)
as needed.
Expand Down
2 changes: 0 additions & 2 deletions docs/public-networks/get-started/connect/testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ Run the following command or specify the options in a
--rpc-ws-host=0.0.0.0 \
--host-allowlist="*" \
--engine-host-allowlist="*" \
--Xmerge-support=true \
--engine-jwt-secret=<path to jwtsecret.hex>
```

Expand All @@ -70,7 +69,6 @@ Run the following command or specify the options in a
--rpc-ws-host=0.0.0.0 \
--host-allowlist="*" \
--engine-host-allowlist="*" \
--Xmerge-support=true \
--engine-jwt-secret=<path to jwtsecret.hex>
```

Expand Down
2 changes: 0 additions & 2 deletions docs/public-networks/tutorials/besu-teku-mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ besu \
--rpc-ws-host="0.0.0.0" \
--host-allowlist=<IP of Besu node>,127.0.0.1,localhost \
--engine-host-allowlist=<IP of Besu node>,127.0.0.1,localhost \
--Xmerge-support=true \
--engine-jwt-secret=<path to jwtsecret.hex>
```

Expand All @@ -67,7 +66,6 @@ Also, in the command:
service.
- [`--rpc-ws-host`](../reference/cli/options.md#rpc-ws-host) is set to `0.0.0.0` to allow remote RPC
connections.
- `--Xmerge-support` enables Merge support.

You can modify the option values and add other [command line options](../reference/cli/options.md)
as needed.
Expand Down
2 changes: 0 additions & 2 deletions docs/public-networks/tutorials/besu-teku-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ Run the following command or specify the options in a [configuration file](../ho
--rpc-ws-host=0.0.0.0 \
--host-allowlist="*" \
--engine-host-allowlist="*" \
--Xmerge-support=true \
--engine-jwt-secret=<path to jwtsecret.hex>
```

Expand All @@ -70,7 +69,6 @@ Run the following command or specify the options in a [configuration file](../ho
--rpc-ws-host=0.0.0.0 \
--host-allowlist="*" \
--engine-host-allowlist="*" \
--Xmerge-support=true \
--engine-jwt-secret=<path to jwtsecret.hex>
```

Expand Down

0 comments on commit 48ebf26

Please sign in to comment.