Skip to content

Commit

Permalink
imp: omit tokens from ledger device display when empty (#6498)
Browse files Browse the repository at this point in the history
  • Loading branch information
damiannolan authored Jun 5, 2024
1 parent fc6867e commit f1a0a05
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
82 changes: 41 additions & 41 deletions modules/apps/transfer/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/ibc/applications/transfer/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ message MsgTransfer {
// optional memo
string memo = 8;
// tokens to be transferred
repeated cosmos.base.v1beta1.Coin tokens = 9 [(gogoproto.nullable) = false, (amino.dont_omitempty) = true];
repeated cosmos.base.v1beta1.Coin tokens = 9 [(gogoproto.nullable) = false];
}

// MsgTransferResponse defines the Msg/Transfer response type.
Expand Down

0 comments on commit f1a0a05

Please sign in to comment.