Skip to content

Commit

Permalink
chore: trigger ci/cd to test protos
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Nov 27, 2024
1 parent 2639c7e commit d2219d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion abci/types/types.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/abci/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import "gogoproto/gogo.proto";
//
//----------------------------------------

// Request types
// Request types.
message Request {
oneof value {
RequestEcho echo = 1;
Expand Down
2 changes: 1 addition & 1 deletion spec/abci++/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ ExtendedVoteInfo
<a name="tendermint-abci-Request"></a>

### Request
Request types
Request types.


| Field | Type | Label | Description |
Expand Down

0 comments on commit d2219d9

Please sign in to comment.