From 68ea5cd14a8d18ca30d7cb703a55ded23fcf4003 Mon Sep 17 00:00:00 2001 From: Shivam Sharma Date: Wed, 19 Jan 2022 12:39:22 +0000 Subject: [PATCH] minor fixes --- internal/cli/chain_watch.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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