Update proto/tendermint/abci/types.proto.intermediate

Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
This commit is contained in:
William Banfield
2022-03-14 17:45:02 -04:00
committed by GitHub
parent a843d8bf28
commit b1ddcb947d
@@ -446,7 +446,6 @@ message VoteInfo {
reserved 4; // Placeholder for app_signed_extension in v0.37
}
// ExtendedVoteInfo
message ExtendedVoteInfo {
Validator validator = 1 [(gogoproto.nullable) = false];
bool signed_last_block = 2;