Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
makramkd committed Nov 20, 2024
1 parent 7e81e4e commit 8a5dc84
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions deployment/ccip/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,6 @@ func CCIPSendRequest(
// CCIPSendCalldata packs the calldata for the Router's ccipSend method.
// This is expected to be used in Multicall scenarios (i.e multiple ccipSend calls
// in a single transaction).
// Multicalls can't be made with fee token 0x0 due to the Multicall itself not
// being payable. So the appropriate fee token amount must be approved before
// doing the CCIP send (either in a separate transaction or a separate call in
// the multicall).
func CCIPSendCalldata(
t *testing.T,
destChainSelector uint64,
Expand Down

0 comments on commit 8a5dc84

Please sign in to comment.