From 497711fc604ae3e59075397ac225744e1946a769 Mon Sep 17 00:00:00 2001 From: "Anathan (Ana) Ye" Date: Wed, 17 Jan 2024 22:52:27 +1100 Subject: [PATCH] bug: fix typoes on `rpc` port 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