From 8a5dc84fcd3a86522b7628cac547198aec01f90f Mon Sep 17 00:00:00 2001 From: Makram Kamaleddine Date: Wed, 20 Nov 2024 09:55:31 +0400 Subject: [PATCH] update comment --- deployment/ccip/test_helpers.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deployment/ccip/test_helpers.go b/deployment/ccip/test_helpers.go index c3a598fda7e..f7b733697c5 100644 --- a/deployment/ccip/test_helpers.go +++ b/deployment/ccip/test_helpers.go @@ -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,