proto fixup

This commit is contained in:
William Banfield
2022-04-07 11:59:54 -04:00
parent f7ed681640
commit 66b152c95d
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;