Skip to content

Commit

Permalink
rm Equal directive (#3908)
Browse files Browse the repository at this point in the history
  • Loading branch information
charleenfei committed Jun 21, 2023
1 parent 26daed9 commit ea0ded0
Show file tree
Hide file tree
Showing 15 changed files with 349 additions and 420 deletions.
1 change: 0 additions & 1 deletion docs/ibc/light-clients/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ Stateless checks are performed within the [`ValidateBasic`](https://github.com/c
```protobuf
// MsgCreateClient defines a message to create an IBC client
message MsgCreateClient {
option (gogoproto.equal) = false;
option (gogoproto.goproto_getters) = false;
// light client state
Expand Down
66 changes: 33 additions & 33 deletions modules/apps/27-interchain-accounts/controller/types/tx.pb.go

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

80 changes: 40 additions & 40 deletions modules/apps/29-fee/types/tx.pb.go

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

Loading

0 comments on commit ea0ded0

Please sign in to comment.