From 3759bc511b73cc495ce85bff54441faa46b2f532 Mon Sep 17 00:00:00 2001 From: Sergey <52304443+c29r3@users.noreply.github.com> Date: Tue, 26 Jan 2021 21:48:44 +0300 Subject: [PATCH] docs: fix typo in state sync example (#5989) --- docs/nodes/state-sync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nodes/state-sync.md b/docs/nodes/state-sync.md index 9ead79459..25b4f3178 100644 --- a/docs/nodes/state-sync.md +++ b/docs/nodes/state-sync.md @@ -29,7 +29,7 @@ If you are relying on publicly exposed RPC's to get the need information, you ca Example: ```bash -curl -s https://233.123.0.140:26657:26657/commit | jq "{height: .result.signed_header.header.height, hash: .result.signed_header.commit.block_id.hash}" +curl -s https://233.123.0.140:26657/commit | jq "{height: .result.signed_header.header.height, hash: .result.signed_header.commit.block_id.hash}" ``` The response will be: