Browse Source

docs: fix typo in state sync example (#5989)

pull/6091/head
Marko Baricevic 3 years ago
committed by Marko
parent
commit
12eac92738
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/tendermint-core/state-sync.md

+ 1
- 1
docs/tendermint-core/state-sync.md View File

@ -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:


Loading…
Cancel
Save