Add to CHANGELOG_PENDING

This commit is contained in:
folex 2019-09-06 16:35:34 +02:00
parent 70cd985a94
commit 82c35bf03f
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ program](https://hackerone.com/tendermint).
### IMPROVEMENTS:
- [tools] [\#4023](https://github.com/tendermint/tendermint/issues/4023) Improved `tm-monitor` formatting of start time and avg tx throughput (@erikgrinaker)
- [abci] Add full Vote to VoteInfo in BeginBlock (@folex from fluence labs)
### BUG FIXES:

View File

@ -314,7 +314,7 @@ message VoteInfo {
Vote full_vote = 3;
}
// Vote from LastCommit
// Validator's vote for a block
message Vote {
int32 type = 1;
// TODO: maybe remove height cause it could be derived from BeginBlock?