From 871d0514cd284cee76d286935d9f8e99ebd9dcd8 Mon Sep 17 00:00:00 2001 From: Marko Date: Tue, 17 Nov 2020 10:33:01 +0100 Subject: [PATCH] abci: lastcommitinfo.round extra sentence (#221) --- spec/abci/abci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/abci/abci.md b/spec/abci/abci.md index 729cada0f..67088ea20 100644 --- a/spec/abci/abci.md +++ b/spec/abci/abci.md @@ -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.