mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-28 10:00:21 +00:00
proto fixup
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user