Skip to content

Commit

Permalink
fix: injective memo mapping on msg transfer (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavomauricio committed May 12, 2024
1 parent 439b87f commit f16be49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/internals/injective.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export function prepareMessagesForInjective(messages: TransactionMsg[]): InjTran
}

return InjMsgTransfer.fromJSON({
memo: "IBC Transfer",
memo: execMsg.value.memo ?? "IBC Transfer",
sender: execMsg.value.sender,
receiver: execMsg.value.receiver,
port: execMsg.value.sourcePort,
Expand Down

0 comments on commit f16be49

Please sign in to comment.