Browse Source

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

pull/5990/head
Sergey 3 years ago
committed by GitHub
parent
commit
3759bc511b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/nodes/state-sync.md

+ 1
- 1
docs/nodes/state-sync.md View File

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


Loading…
Cancel
Save