Browse Source

docs: document canonical field (#5166)

Closes #2769

Spec PR: https://github.com/tendermint/spec/pull/125
pull/5173/head
Anton Kaliaev 4 years ago
committed by GitHub
parent
commit
2b97e03cf6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      rpc/swagger/swagger.yaml

+ 4
- 1
rpc/swagger/swagger.yaml View File

@ -709,7 +709,10 @@ paths:
Get Commit.
responses:
200:
description: Commit results.
description: |
Commit results.
canonical switches from false to true for block H once block H+1 has been committed. Until then it's subjective and only reflects what this node has seen so far.
content:
application/json:
schema:


Loading…
Cancel
Save