core/types: fix lint

This commit is contained in:
Jared Wasinger 2026-03-23 09:07:48 -04:00 committed by jonny rhea
parent 4d7532abab
commit 50e5b7b60a

View file

@ -21,7 +21,6 @@ import (
"crypto/sha256"
"encoding/binary"
"fmt"
"github.com/ethereum/go-ethereum/core/types/bal"
"io"
"math/big"
"reflect"
@ -29,6 +28,8 @@ import (
"sync/atomic"
"time"
"github.com/ethereum/go-ethereum/core/types/bal"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/rlp"