From 6df3488cbdae500b68d77092f7eacd710db4e6fe Mon Sep 17 00:00:00 2001 From: Ana <134174965+anaye1997@users.noreply.github.com> Date: Wed, 17 Jan 2024 22:55:15 +1100 Subject: [PATCH 1/2] bug: fix typoes on `rpc` port (#220) Signed-off-by: Anathan (Ana) Ye --- docs/manta-atlantic/Collation/03-SetupAndRun/05-keys.md | 2 +- 1 file changed, 1 insertion(+), 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 9e1ef46f..c35ebf7b 100644 --- a/docs/manta-atlantic/Collation/03-SetupAndRun/05-keys.md +++ b/docs/manta-atlantic/Collation/03-SetupAndRun/05-keys.md @@ -153,7 +153,7 @@ 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:9933 +curl -H 'Content-Type: application/json' --data '{ "jsonrpc":"2.0", "method":"author_rotateKeys", "id":1 }' http://localhost:9133 ``` 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 From 6c342eb9765636cfaed1de6fb227c394f8dbaeac Mon Sep 17 00:00:00 2001 From: Ana <134174965+anaye1997@users.noreply.github.com> Date: Wed, 17 Jan 2024 23:26:34 +1100 Subject: [PATCH 2/2] bug: fix typoes on `rpc` port 2 (#221) * bug: fix typoes on `rpc` port 2 Signed-off-by: Anathan (Ana) Ye * bug: fix typoes on `rpc` port 2 Signed-off-by: Anathan (Ana) Ye --------- Signed-off-by: Anathan (Ana) Ye --- docs/manta-atlantic/Collation/03-SetupAndRun/05-keys.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/manta-atlantic/Collation/03-SetupAndRun/05-keys.md b/docs/manta-atlantic/Collation/03-SetupAndRun/05-keys.md index c35ebf7b..aa875c1f 100644 --- a/docs/manta-atlantic/Collation/03-SetupAndRun/05-keys.md +++ b/docs/manta-atlantic/Collation/03-SetupAndRun/05-keys.md @@ -155,6 +155,8 @@ Run #!/bin/bash curl -H 'Content-Type: application/json' --data '{ "jsonrpc":"2.0", "method":"author_rotateKeys", "id":1 }' http://localhost:9133 ``` +**note** the `9133` 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}