Skip to content

Commit

Permalink
update amount -> string
Browse files Browse the repository at this point in the history
  • Loading branch information
charleenfei committed Apr 8, 2024
1 parent c07bca9 commit 8c45e3e
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 28 deletions.
70 changes: 43 additions & 27 deletions modules/apps/transfer/types/v3/packet.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/v3/packet.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ message Token {
// the base token denomination to be transferred
string denom = 1;
// the token amount to be transferred
uint64 amount = 2;
string amount = 2;
// the trace of the token
repeated string trace = 3;
}

0 comments on commit 8c45e3e

Please sign in to comment.