diff options
author | Wuxiang <wuxiangzhou2010@gmail.com> | 2018-04-19 21:32:02 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-04-19 21:32:02 +0800 |
commit | 8f8774cf6dd5bbcba9fa3773fa34d13d6523a147 (patch) | |
tree | e17a5fd27cd0515b0be53965da216d1e936dca28 /cmd/geth | |
parent | c514fbccc036faafef995d422a74dbe5630e7e00 (diff) | |
download | dexon-8f8774cf6dd5bbcba9fa3773fa34d13d6523a147.tar.gz dexon-8f8774cf6dd5bbcba9fa3773fa34d13d6523a147.tar.zst dexon-8f8774cf6dd5bbcba9fa3773fa34d13d6523a147.zip |
all: fix various typos (#16533)
* fix typo
* fix typo
* fix typo
Diffstat (limited to 'cmd/geth')
-rw-r--r-- | cmd/geth/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) |