We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efeceb0 commit 664d249Copy full SHA for 664d249
chains/evm/message/across.go
@@ -378,7 +378,7 @@ func (h *AcrossMessageHandler) unlockHash(
378
) ([]byte, error) {
379
calldata, err := deposit.ToV3RelayData(
380
new(big.Int).SetUint64(sourceChainId),
381
- ).Calldata(deposit.DestinationChainId, data.Caller)
+ ).Calldata(deposit.DestinationChainId, data.LiquidityPool)
382
if err != nil {
383
return []byte{}, err
384
}
0 commit comments