From 66b152c95de6a453def75309f989f67f6bc4d3d6 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Thu, 7 Apr 2022 11:59:54 -0400 Subject: [PATCH] proto fixup --- proto/tendermint/abci/types.proto | 2 +- proto/tendermint/abci/types.proto.intermediate | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/tendermint/abci/types.proto b/proto/tendermint/abci/types.proto index f2f852def..c22c67d89 100644 --- a/proto/tendermint/abci/types.proto +++ b/proto/tendermint/abci/types.proto @@ -140,7 +140,7 @@ message RequestPrepareProposal { message RequestProcessProposal { repeated bytes txs = 1; - CommitInfo decided_last_commit = 2 [(gogoproto.nullable) = false]; + CommitInfo proposed_last_commit = 2 [(gogoproto.nullable) = false]; repeated Evidence byzantine_validators = 3 [(gogoproto.nullable) = false]; bytes hash = 4; int64 height = 5; diff --git a/proto/tendermint/abci/types.proto.intermediate b/proto/tendermint/abci/types.proto.intermediate index a02c2ed3b..bbc78c28b 100644 --- a/proto/tendermint/abci/types.proto.intermediate +++ b/proto/tendermint/abci/types.proto.intermediate @@ -141,7 +141,7 @@ message RequestPrepareProposal { message RequestProcessProposal { repeated bytes txs = 1; - CommitInfo decided_last_commit = 2 [(gogoproto.nullable) = false]; + CommitInfo proposed_last_commit = 2 [(gogoproto.nullable) = false]; repeated Evidence byzantine_validators = 3 [(gogoproto.nullable) = false]; bytes hash = 4; int64 height = 5;