From 2ed0deb242589a6a07e43acd68ba3d899cebd848 Mon Sep 17 00:00:00 2001 From: amit-momin Date: Thu, 22 Feb 2024 11:19:03 -0600 Subject: [PATCH] Fixed linting --- core/chains/evm/client/chain_client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/chains/evm/client/chain_client.go b/core/chains/evm/client/chain_client.go index ed1c2a813ac..33deed1df32 100644 --- a/core/chains/evm/client/chain_client.go +++ b/core/chains/evm/client/chain_client.go @@ -90,7 +90,7 @@ func (c *chainClient) BalanceAt(ctx context.Context, account common.Address, blo } // Request specific errors for batch calls are returned to the individual BatchElem. -// Ensure the same BatchElem slice provided by the caller is passed through the call stack +// Ensure the same BatchElem slice provided by the caller is passed through the call stack // to ensure the caller has access to the errors. func (c *chainClient) BatchCallContext(ctx context.Context, b []rpc.BatchElem) error { return c.multiNode.BatchCallContext(ctx, b)