Skip to content

Commit 664d249

Browse files
authored
fix: set repayment address as liquidity pool (#28)
1 parent efeceb0 commit 664d249

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.Caller)
381+
).Calldata(deposit.DestinationChainId, data.LiquidityPool)
382382
if err != nil {
383383
return []byte{}, err
384384
}

0 commit comments

Comments
 (0)