diff --git a/cmd/devp2p/discv4cmd.go b/cmd/devp2p/discv4cmd.go index d149aecd5e..3b5400ca3a 100644 --- a/cmd/devp2p/discv4cmd.go +++ b/cmd/devp2p/discv4cmd.go @@ -21,7 +21,6 @@ import ( "fmt" "net" "net/http" - "net/rpc" "strconv" "strings" "time" @@ -34,6 +33,7 @@ import ( "github.com/ethereum/go-ethereum/p2p/discover" "github.com/ethereum/go-ethereum/p2p/enode" "github.com/ethereum/go-ethereum/params" + "github.com/ethereum/go-ethereum/rpc" "github.com/urfave/cli/v2" )