fix format

This commit is contained in:
thinkAfCod 2024-07-23 17:14:08 +08:00 committed by Chen Kai
parent f1eb1a003f
commit f96f5d753d

View file

@ -9,7 +9,6 @@ import (
"encoding/binary" "encoding/binary"
"errors" "errors"
"fmt" "fmt"
"github.com/ethereum/go-ethereum/common"
"io" "io"
"math/big" "math/big"
"math/rand" "math/rand"
@ -21,6 +20,7 @@ import (
"sync/atomic" "sync/atomic"
"time" "time"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/hexutil" "github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/common/mclock" "github.com/ethereum/go-ethereum/common/mclock"
"github.com/ethereum/go-ethereum/p2p/discover/v5wire" "github.com/ethereum/go-ethereum/p2p/discover/v5wire"