You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/md/en/docs/reference/command-line-tools/node-template.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ You can use the following options with the `node-template` command.
120
120
| `--wasm-execution <method>` | Specifies the method for executing Wasm runtime code. Valid values are `interpreted`, or `compiled`. The default is `Compiled`.
121
121
| `--wasm-runtime-overrides <path>` | Specifies the path where local WASM runtimes are stored. These runtimes override on-chain runtimes when the version matches.
122
122
| `--ws-max-connections <count>` | Specifies the maximum number of WS RPC server connections.
123
-
| `--rpc-port <port>` | Specifies the TCP port to use for the WebSockets RPC server.
123
+
| `--ws-port <port>` | Specifies the TCP port to use for the WebSockets RPC server.
0 commit comments