diff --git a/p2p/discover/portal_protocol.go b/p2p/discover/portal_protocol.go index 1a29cd704398..21cd76389b84 100644 --- a/p2p/discover/portal_protocol.go +++ b/p2p/discover/portal_protocol.go @@ -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"