sort imports

This commit is contained in:
stevemilk 2024-09-19 14:24:30 +08:00 committed by Martin Holst Swende
parent 888c388f0f
commit 0c04b56228
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -21,7 +21,6 @@ import (
"encoding/binary"
"errors"
"fmt"
"github.com/ethereum/go-ethereum/internal/testrand"
"hash"
"io"
"math/rand"
@ -36,6 +35,7 @@ import (
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/ethdb"
"github.com/ethereum/go-ethereum/internal/testrand"
"github.com/ethereum/go-ethereum/rlp"
"github.com/ethereum/go-ethereum/trie/trienode"
"github.com/holiman/uint256"