Skip to content

Commit

Permalink
cmd/geth: remove reference to monitor command (ethereum#22844)
Browse files Browse the repository at this point in the history
'geth monitor' subcommand is no longer supported.
  • Loading branch information
Ceelog authored and atif-konasl committed Oct 15, 2021
1 parent 689e629 commit 79c4070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/geth/consolecmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ func remoteConsole(ctx *cli.Context) error {

// dialRPC returns a RPC client which connects to the given endpoint.
// The check for empty endpoint implements the defaulting logic
// for "geth attach" and "geth monitor" with no argument.
// for "geth attach" with no argument.
func dialRPC(endpoint string) (*rpc.Client, error) {
if endpoint == "" {
endpoint = node.DefaultIPCEndpoint(clientIdentifier)
Expand Down

0 comments on commit 79c4070

Please sign in to comment.