Skip to content

Commit

Permalink
update module proto
Browse files Browse the repository at this point in the history
  • Loading branch information
avery committed Nov 25, 2024
1 parent 6888cde commit b32ee51
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 86 deletions.
132 changes: 66 additions & 66 deletions api/irismod/coinswap/tx.pulsar.go

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

38 changes: 19 additions & 19 deletions modules/coinswap/types/tx.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/irismod/coinswap/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ message MsgRemoveUnilateralLiquidityResponse {

// MsgSwapOrder defines a msg for swap order
message MsgSwapOrder {
option (cosmos.msg.v1.signer) = "inputs";
option (cosmos.msg.v1.signer) = "input";

Input input = 1 [ (gogoproto.nullable) = false ];
Output output = 2 [ (gogoproto.nullable) = false ];
Expand Down

0 comments on commit b32ee51

Please sign in to comment.