Skip to content

Commit c7d6c46

Browse files
authored
Merge branch 'main' into mpetrun5/fix-repayment-address
2 parents fb8dfdd + efeceb0 commit c7d6c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chains/evm/message/across.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ func (h *AcrossMessageHandler) unlockHash(
378378
) ([]byte, error) {
379379
calldata, err := deposit.ToV3RelayData(
380380
new(big.Int).SetUint64(sourceChainId),
381-
).Calldata(deposit.DestinationChainId, data.LiquidityPool)
381+
).Calldata(deposit.DestinationChainId, data.Caller)
382382
if err != nil {
383383
return []byte{}, err
384384
}

0 commit comments

Comments
 (0)