Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Nov 26, 2024
1 parent 28f152a commit 4c3bb81
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jsonrpc/backend/gas.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package backend

import (
"errors"
"fmt"
"math/big"

"github.com/ethereum/go-ethereum/common/hexutil"
Expand Down Expand Up @@ -88,7 +87,6 @@ func (b *JSONRPCBackend) EstimateGas(args rpctypes.TransactionArgs, blockNrOrHas
return hexutil.Uint64(0), err
}

fmt.Println(gasInfo)
return hexutil.Uint64(gasInfo.GasUsed), nil
}

Expand Down

0 comments on commit 4c3bb81

Please sign in to comment.