proto fixup

This commit is contained in:
William Banfield
2022-04-06 22:23:51 -04:00
parent 32098b4353
commit 7667453fd5
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -171,6 +171,9 @@ message RequestFinalizeBlock {
repeated bytes txs = 3;
CommitInfo decided_last_commit = 4 [(gogoproto.nullable) = false];
repeated Evidence byzantine_validators = 5 [(gogoproto.nullable) = false];
// address of the public key of the original proposer of the block.
bytes proposer_address = 7;
bytes next_validators_hash = 8;
}
//----------------------------------------
+1 -1
View File
@@ -1,6 +1,6 @@
syntax = "proto3";
package tendermint.privval;
option go_package = "github.com/tendermint/tendermint/proto/tendermint/privval";
option go_package = "github.com/tendermint/tendermint/proto/tendermint/privval";
import "tendermint/privval/types.proto";