Skip to content

Commit

Permalink
fix multicall withtoken (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG authored Jan 4, 2024
1 parent 2c0c98c commit c74880a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/ccip-tests/contracts/multicall.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func MultiCallCCIP(
if err != nil {
return nil, err
}
data := CallWithValue{Target: tokenAndAmount.Token, AllowFailure: false, CallData: inputs}
data := CallWithValue{Target: tokenAndAmount.Token, AllowFailure: false, Value: big.NewInt(0), CallData: inputs}
callData = append(callData, data)
}
inputs, err := CCIPSendCallData(msg)
Expand Down

0 comments on commit c74880a

Please sign in to comment.