Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support ics20 transfer msg memo field without changing cosmwasm-std.
Cosmwasm does not support a memo field in IBCMsg.TransferMsg and won't until cosmwasm v2. This patch allows using the channel id as an optional comma delimited string to piggyback a memo string. See: CosmWasm/cosmwasm#1477
- Loading branch information