Browse Source

abci: lastcommitinfo.round extra sentence (#221)

pull/7804/head
Marko 4 years ago
committed by GitHub
parent
commit
871d0514cd
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
      spec/abci/abci.md

+ 1
- 1
spec/abci/abci.md View File

@ -597,7 +597,7 @@ via light client.
### LastCommitInfo
- **Fields**:
- `Round (int32)`: Commit round.
- `Round (int32)`: Commit round. Reflects the total amount of rounds it took to come to consensus for the current block.
- `Votes ([]VoteInfo)`: List of validators addresses in the last validator set
with their voting power and whether or not they signed a vote.


Loading…
Cancel
Save