diff --git a/docs/Configuring-Pantheon/Testing-Developing-Nodes.md b/docs/Configuring-Pantheon/Testing-Developing-Nodes.md index a378232030..57f1df5460 100644 --- a/docs/Configuring-Pantheon/Testing-Developing-Nodes.md +++ b/docs/Configuring-Pantheon/Testing-Developing-Nodes.md @@ -31,10 +31,11 @@ To start a bootnode for a private network: 2. Start the bootnode, specifying: * Genesis file and data directory as in the previous step. + * No arguments for the [`--bootnodes` option](../Reference/Pantheon-CLI-Syntax.md#bootnodes) because this is your bootnode. !!! example ``` - pantheon --genesis-file=privateNetworkGenesis.json --data-path=nodeDataPath + pantheon --genesis-file=privateNetworkGenesis.json --data-path=nodeDataPath --bootnodes ``` To specify this bootnode for another node, the enode URL for the [`--bootnodes`](../Reference/Pantheon-CLI-Syntax.md#bootnodes) diff --git a/docs/Reference/Pantheon-CLI-Syntax.md b/docs/Reference/Pantheon-CLI-Syntax.md index e605fb5753..60242cdb7e 100644 --- a/docs/Reference/Pantheon-CLI-Syntax.md +++ b/docs/Reference/Pantheon-CLI-Syntax.md @@ -935,4 +935,5 @@ $ pantheon password-hash ``` ```bash tab="Example" -$ pantheon password-hash "password123" \ No newline at end of file +$ pantheon password-hash "password123" +``` \ No newline at end of file diff --git a/docs/Using-Pantheon/RPC-PubSub.md b/docs/Using-Pantheon/RPC-PubSub.md index 2a6343a9eb..0f7de3c2a8 100644 --- a/docs/Using-Pantheon/RPC-PubSub.md +++ b/docs/Using-Pantheon/RPC-PubSub.md @@ -14,7 +14,7 @@ The RPC Pub/Sub methods are: !!!important Unlike other [JSON RPC-API methods](../Reference/JSON-RPC-API-Methods.md), - the RPC Pub/Sub methods cannot be called over HTTP. Use the [`--rpc-ws-enabled`] option to enable + the RPC Pub/Sub methods cannot be called over HTTP. Use the [`--rpc-ws-enabled`](../Reference/Pantheon-CLI-Syntax.md#rpc-ws-enabled) option to enable the WebSockets JSON-RPC service. ### Using RPC Pub/Sub