diff --git a/integration-tests/wrappers/contract_caller.go b/integration-tests/wrappers/contract_caller.go index 11a072e6a1e..4be76ee74a1 100644 --- a/integration-tests/wrappers/contract_caller.go +++ b/integration-tests/wrappers/contract_caller.go @@ -16,8 +16,6 @@ import ( "github.com/smartcontractkit/chainlink-testing-framework/blockchain" ) -// It needs to be kept up do date with core/chains/evm/client/rpc_client.go !!!!! - // WrappedContractBackend is a wrapper around the go-ethereum ContractBackend interface. It's a thin wrapper // around the go-ethereum/ethclient.Client, which replaces only CallContract and PendingCallContract calls with // methods that send data both in "input" and "data" field for backwards compatibility with older clients. Other methods