internal/cli: use native go math lib

This commit is contained in:
Manav Darji 2025-03-26 11:14:10 +05:30
parent 4b7ace0ba6
commit 657e91ff8a
No known key found for this signature in database
GPG key ID: A426F0124435F36E

View file

@ -3,9 +3,9 @@ package server
import (
"context"
"errors"
"math"
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/common/math"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/rpc"