fix the import order

This commit is contained in:
maskpp 2025-06-19 07:47:45 +08:00
parent 75e16ba615
commit 0b0bee6d2d

View file

@ -19,7 +19,6 @@ package ethash
import (
"errors"
"fmt"
"github.com/ethereum/go-ethereum/rlp"
"math/big"
"time"
@ -34,6 +33,7 @@ import (
"github.com/ethereum/go-ethereum/core/vm"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/params"
"github.com/ethereum/go-ethereum/rlp"
"github.com/ethereum/go-ethereum/trie"
"github.com/holiman/uint256"
)