diff --git a/internal/cli/chain_watch.go b/internal/cli/chain_watch.go index 53b76eb86a..9469c1df00 100644 --- a/internal/cli/chain_watch.go +++ b/internal/cli/chain_watch.go @@ -1,4 +1,4 @@ -package main +package cli import ( "context" @@ -7,9 +7,9 @@ import ( "os/signal" "syscall" - "github.com/ethereum/go-ethereum/command/flagset" - "github.com/ethereum/go-ethereum/command/server/proto" "github.com/ethereum/go-ethereum/core" + "github.com/ethereum/go-ethereum/internal/cli/flagset" + "github.com/ethereum/go-ethereum/internal/cli/server/proto" ) // ChainWatchCommand is the command to group the peers commands