From 12eac927384ca35b9b10cccf76c387a53453f9cf Mon Sep 17 00:00:00 2001 From: Marko Baricevic Date: Thu, 11 Feb 2021 16:01:50 +0100 Subject: [PATCH] docs: fix typo in state sync example (#5989) --- docs/tendermint-core/state-sync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tendermint-core/state-sync.md b/docs/tendermint-core/state-sync.md index 77c10c4de..a6e314fe5 100644 --- a/docs/tendermint-core/state-sync.md +++ b/docs/tendermint-core/state-sync.md @@ -35,7 +35,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: