Skip to content

Commit

Permalink
put source port
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Aug 12, 2024
1 parent 77b7801 commit 6cee212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ibc-hooks/move-hooks/receive.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func (h MoveHooks) onRecvIcs721Packet(
//
// If that succeeds, we make the contract call
data.Receiver = intermediateSender
packet.Data = data.GetBytes(packet.GetDestChannel())
packet.Data = data.GetBytes(packet.GetSourcePort())

ack := im.App.OnRecvPacket(ctx, packet, relayer)
if !ack.Success() {
Expand Down

0 comments on commit 6cee212

Please sign in to comment.