From 106468224ab86f0a1b356d0004098fe212f5b9b6 Mon Sep 17 00:00:00 2001 From: jacobhackman <49450918+jacobhackman@users.noreply.github.com> Date: Thu, 2 May 2019 20:19:27 -0500 Subject: [PATCH] Update Create-Permissioned-Network.md (#1353) --- docs/Tutorials/Create-Permissioned-Network.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Tutorials/Create-Permissioned-Network.md b/docs/Tutorials/Create-Permissioned-Network.md index 5a8b8530b8..10ade723d8 100644 --- a/docs/Tutorials/Create-Permissioned-Network.md +++ b/docs/Tutorials/Create-Permissioned-Network.md @@ -146,7 +146,7 @@ Permissioned nodes are added using the JSON-RPC API after starting the nodes. ### 5. Start Node-1 -Start Node-1: +Use the following command: ```bash tab="MacOS" pantheon --data-path=data --genesis-file=../cliqueGenesis.json --permissions-nodes-config-file-enabled --permissions-accounts-config-file-enabled --rpc-http-enabled --rpc-http-api=ADMIN,ETH,NET,PERM,CLIQUE --host-whitelist=* --rpc-http-cors-origins=* @@ -243,7 +243,7 @@ curl -X POST --data '{"jsonrpc":"2.0","method":"perm_addNodesToWhitelist","param ``` !!! tip - The curl call is the same for each node except for the JSON-RPC endpoint. + The cURL call is the same for each node except for the JSON-RPC endpoint. ### 9. Add Nodes as Peers @@ -263,7 +263,7 @@ curl -X POST --data '{"jsonrpc":"2.0","method":"admin_addPeer","params":["` with the enode URL displayed when starting Node-2. @@ -276,7 +276,7 @@ curl -X POST --data '{"jsonrpc":"2.0","method":"admin_addPeer","params":["