From 2d1d71153a3eecaf5a449bc20fe1f4a6300d39c0 Mon Sep 17 00:00:00 2001
From: ledgerwatch <akhounov@gmail.com>
Date: Sat, 12 Mar 2022 00:16:18 +0000
Subject: [PATCH] Update eth_call.go

---
 cmd/rpcdaemon/commands/eth_call.go | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/cmd/rpcdaemon/commands/eth_call.go b/cmd/rpcdaemon/commands/eth_call.go
index f054ae5614..c9b1866df1 100644
--- a/cmd/rpcdaemon/commands/eth_call.go
+++ b/cmd/rpcdaemon/commands/eth_call.go
@@ -3,7 +3,7 @@ package commands
 import (
 	"context"
 	"errors"
-	"fmt"
+	"fm
 	"math/big"
 
 	"github.com/holiman/uint256"
@@ -271,7 +271,6 @@ func (api *APIImpl) EstimateGas(ctx context.Context, args ethapi.CallArgs, block
 				return 0, result.Err
 			}
 			// Otherwise, the specified gas cap is too low
-			fmt.Println("eth.go")
 			return 0, fmt.Errorf("gas required exceeds allowance (%d)", cap)
 		}
 	}
-- 
GitLab