From a527e580ec2e03ded8dc8925e8982d86b159e334 Mon Sep 17 00:00:00 2001 From: "Anathan (Ana) Ye" Date: Wed, 17 Jan 2024 23:20:37 +1100 Subject: [PATCH] bug: fix typoes on `rpc` port 2 Signed-off-by: Anathan (Ana) Ye --- docs/manta-atlantic/Collation/03-SetupAndRun/05-keys.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/manta-atlantic/Collation/03-SetupAndRun/05-keys.md b/docs/manta-atlantic/Collation/03-SetupAndRun/05-keys.md index c35ebf7b..6b07b0cd 100644 --- a/docs/manta-atlantic/Collation/03-SetupAndRun/05-keys.md +++ b/docs/manta-atlantic/Collation/03-SetupAndRun/05-keys.md @@ -153,8 +153,10 @@ The private keys are not displayed by the node, if you wish to back them up in o Run ```bash #!/bin/bash -curl -H 'Content-Type: application/json' --data '{ "jsonrpc":"2.0", "method":"author_rotateKeys", "id":1 }' http://localhost:9133 +curl -H 'Content-Type: application/json' --data '{ "jsonrpc":"2.0", "method":"author_rotateKeys", "id":1 }' http://localhost:9144 ``` +**note** the `9144` port is the value passed to `--rpc-port` change this accordingly + Output from this RPC call should look like the following and is a concatenation of three 32-byte *public* keys in one long hex number. ```json {"jsonrpc":"2.0","result":"0x06736e65ab33fd1e4e3e434a1fa2c5425f0e263ddb50e6aeb15951288c562f6906736e65ab33fd1e4e3e434a1fa2c5425f0e263ddb50e6aeb15951288c562f6106736e65ab33fd1e4e3e434a1fa2c5425f0e263ddb40e6aeb15911288c562f63","id":1}