diff --git a/cmd/rpcdaemon/commands/eth_call.go b/cmd/rpcdaemon/commands/eth_call.go index f054ae561..c9b1866df 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) } }