Skip to content

Commit

Permalink
fix register new coins
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitys7 committed Dec 31, 2024
1 parent 0d458eb commit 1b00d77
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 46 deletions.
1 change: 1 addition & 0 deletions proto/realionetwork/bridge/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ message MsgBridgeOut {
message MsgBridgeOutResponse {}

message MsgRegisterNewCoins {
option (cosmos.msg.v1.signer) = "authority";
string authority = 1;
repeated cosmos.base.v1beta1.Coin coins = 2 [
(gogoproto.nullable) = false,
Expand Down
92 changes: 46 additions & 46 deletions x/bridge/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 1b00d77

Please sign in to comment.