diff --git a/bor/client/grpc/query.go b/bor/client/grpc/query.go index 9d2999b9c..6df82c997 100644 --- a/bor/client/grpc/query.go +++ b/bor/client/grpc/query.go @@ -3,10 +3,10 @@ package grpc import ( "context" "fmt" - "github.com/ethereum/go-ethereum/common/hexutil" "math/big" "github.com/ethereum/go-ethereum/common" + "github.com/ethereum/go-ethereum/common/hexutil" "github.com/ethereum/go-ethereum/common/math" ethTypes "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/log"