cmd/devp2p: fix import

This commit is contained in:
Felix Lange 2024-03-26 19:41:14 +01:00
parent 1a6a64ba49
commit f8c744894c

View file

@ -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"
)