abci: lastcommitinfo.round extra sentence (#221)

This commit is contained in:
Marko
2020-11-17 10:33:01 +01:00
committed by GitHub
parent c1ff62fe44
commit 871d0514cd

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.