Skip to content

Commit

Permalink
correct websocket rpc port parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
v9n authored Aug 16, 2023
1 parent 694d906 commit 1ddd472
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ You can use the following options with the `node-template` command.
| `--wasm-execution <method>` | Specifies the method for executing Wasm runtime code. Valid values are `interpreted`, or `compiled`. The default is `Compiled`.
| `--wasm-runtime-overrides <path>` | Specifies the path where local WASM runtimes are stored. These runtimes override on-chain runtimes when the version matches.
| `--ws-max-connections <count>` | Specifies the maximum number of WS RPC server connections.
| `--rpc-port <port>` | Specifies the TCP port to use for the WebSockets RPC server.
| `--ws-port <port>` | Specifies the TCP port to use for the WebSockets RPC server.

### Subcommands

Expand Down

0 comments on commit 1ddd472

Please sign in to comment.