cmd/utils: fix comment typo (#17249)

cmd: Comment error
pull/17250/head
Sarlor 6 years ago committed by Péter Szilágyi
parent 7abedf9bbb
commit 6c412e313c
  1. 2
      cmd/utils/flags.go

@ -1199,7 +1199,7 @@ func RegisterShhService(stack *node.Node, cfg *whisper.Config) {
}
// RegisterEthStatsService configures the Ethereum Stats daemon and adds it to
// th egiven node.
// the given node.
func RegisterEthStatsService(stack *node.Node, url string) {
if err := stack.Register(func(ctx *node.ServiceContext) (node.Service, error) {
// Retrieve both eth and les services

Loading…
Cancel
Save