Skip to content

Commit

Permalink
Merge pull request #403 from Plex-Engineer/patch/injective-ibc
Browse files Browse the repository at this point in the history
remove memo from ibc ibjective
  • Loading branch information
dsudit01 authored May 14, 2024
2 parents d7faeeb + 1a84ae0 commit 556c3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transactions/bridge/ibc/ibcInTx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ async function injectiveIBCIn(
/** Message **/
const msg = MsgTransfer.fromJSON({
port: "transfer",
memo: "injectiveIBC",
memo: undefined,
sender: injectiveAddress,
receiver: cantoAddress,
channelId: ibcChannel.toCanto,
Expand Down

0 comments on commit 556c3a2

Please sign in to comment.