all: fix various comment typos (#17591)

* swarm: fixed comment typo
* eth: fixed comment typo
* cmd/puppeth: fixed comment typo
This commit is contained in:
HackyMiner
2018-09-20 01:10:40 +09:00
committed by Felix Lange
parent c35659c6a0
commit 6975c72981
5 changed files with 6 additions and 6 deletions

View File

@ -127,7 +127,7 @@ func (api *PrivateDebugAPI) TraceChain(ctx context.Context, start, end rpc.Block
// traceChain configures a new tracer according to the provided configuration, and
// executes all the transactions contained within. The return value will be one item
// per transaction, dependent on the requestd tracer.
// per transaction, dependent on the requested tracer.
func (api *PrivateDebugAPI) traceChain(ctx context.Context, start, end *types.Block, config *TraceConfig) (*rpc.Subscription, error) {
// Tracing a chain is a **long** operation, only do with subscriptions
notifier, supported := rpc.NotifierFromContext(ctx)