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"
"errors"
"fmt"
"github.com/ethereum/go-ethereum/common"
"io"
"math/big"
"math/rand"
@ -21,6 +20,7 @@ import (
"sync/atomic"
"time"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/common/mclock"
"github.com/ethereum/go-ethereum/p2p/discover/v5wire"