good morning!!!!

Skip to content
Snippets Groups Projects
Commit 68ea5cd1 authored by Shivam Sharma's avatar Shivam Sharma
Browse files

minor fixes

parent 12152608
Branches
Tags
No related merge requests found
package main package cli
import ( import (
"context" "context"
...@@ -7,9 +7,9 @@ import ( ...@@ -7,9 +7,9 @@ import (
"os/signal" "os/signal"
"syscall" "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/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 // ChainWatchCommand is the command to group the peers commands
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment