Skip to content

Commit

Permalink
changes: rectifications
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilpune committed Jan 10, 2024
1 parent acf1374 commit 68e8583
Show file tree
Hide file tree
Showing 5 changed files with 481 additions and 177 deletions.
88 changes: 44 additions & 44 deletions proto/tendermint/types/canonical.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proto/tendermint/types/canonical.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ message CanonicalVote {
CanonicalBlockID block_id = 4 [(gogoproto.customname) = "BlockID"];
google.protobuf.Timestamp timestamp = 5 [(gogoproto.nullable) = false, (gogoproto.stdtime) = true];
string chain_id = 6 [(gogoproto.customname) = "ChainID"];
repeated tendermint.types.SideTxResult side_tx_results = 7 [(gogoproto.nullable) = false];
repeated tendermint.types.VoteSideTxResult side_tx_results = 7;
}
Loading

0 comments on commit 68e8583

Please sign in to comment.