Skip to content

Commit

Permalink
fix(ucs1): emit destination_channel in Received
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiserKarel authored May 21, 2024
1 parent 10a3fcf commit 448e117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/contracts/apps/ucs/01-relay/Relay.sol
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ contract UCS01Relay is
}
emit RelayLib.Received(
ibcPacket.sequence,
ibcPacket.source_channel,
ibcPacket.destination_channel,
packet.sender.toHexString(),
receiver,
denom,
Expand Down

0 comments on commit 448e117

Please sign in to comment.