From 8f8774cf6dd5bbcba9fa3773fa34d13d6523a147 Mon Sep 17 00:00:00 2001 From: Wuxiang Date: Thu, 19 Apr 2018 21:32:02 +0800 Subject: all: fix various typos (#16533) * fix typo * fix typo * fix typo --- cmd/geth/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/geth/main.go') diff --git a/cmd/geth/main.go b/cmd/geth/main.go index d94154245..d6a004c7a 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -241,7 +241,7 @@ func startNode(ctx *cli.Context, stack *node.Node) { stack.AccountManager().Subscribe(events) go func() { - // Create an chain state reader for self-derivation + // Create a chain state reader for self-derivation rpcClient, err := stack.Attach() if err != nil { utils.Fatalf("Failed to attach to self: %v", err) -- cgit v1.2.3