Skip to content

Commit

Permalink
Fix proto amino naming
Browse files Browse the repository at this point in the history
  • Loading branch information
lebascou committed Feb 21, 2024
1 parent 0389abe commit 7379ccb
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 102 deletions.
4 changes: 2 additions & 2 deletions proto/lum/network/millions/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ message MsgUpdatePool {
message MsgUpdatePoolResponse {}

message MsgDeposit {
option (amino.name) = "lum-network/millions/MsgPool";
option (amino.name) = "lum-network/millions/MsgDeposit";

uint64 pool_id = 1;
cosmos.base.v1beta1.Coin amount = 2 [ (gogoproto.nullable) = false ];
Expand Down Expand Up @@ -171,7 +171,7 @@ message MsgWithdrawDepositRetry {
message MsgWithdrawDepositRetryResponse {}

message MsgDrawRetry {
option (amino.name) = "lum-network/millions/MsgRetry";
option (amino.name) = "lum-network/millions/MsgDrawRetry";

uint64 pool_id = 1;
uint64 draw_id = 2;
Expand Down
200 changes: 100 additions & 100 deletions x/millions/types/tx.pb.go

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

0 comments on commit 7379ccb

Please sign in to comment.