From e2d35606a1ac6219adda3a5316b9b085335da079 Mon Sep 17 00:00:00 2001 From: SangIlMo Date: Tue, 4 Jun 2024 16:12:29 +0900 Subject: [PATCH] fix goimports lint (remove space) --- internal/ethapi/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ethapi/api.go b/internal/ethapi/api.go index bf8faeacab..f211dcc659 100644 --- a/internal/ethapi/api.go +++ b/internal/ethapi/api.go @@ -1209,7 +1209,7 @@ func DoEstimateGas(ctx context.Context, b Backend, args TransactionArgs, blockNr } call := args.ToMessage(header.BaseFee) - // Run the gas estimation and wrap any revertals into a custom return + // Run the gas estimation and wrap any revertals into a custom return estimate, revert, err := gasestimator.Estimate(ctx, call, opts, gasCap) if err != nil { if len(revert) > 0 {