From 6f694635b9744bf95e93b60a28365e40f4527a6e Mon Sep 17 00:00:00 2001 From: Anton Evangelatov Date: Fri, 15 Jun 2018 11:33:38 +0300 Subject: [PATCH] cmd/stateth: correct comment of package --- cmd/stateth/stateth.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cmd/stateth/stateth.go b/cmd/stateth/stateth.go index 4715e641f5..c281f9d761 100644 --- a/cmd/stateth/stateth.go +++ b/cmd/stateth/stateth.go @@ -14,7 +14,9 @@ // You should have received a copy of the GNU General Public License // along with go-ethereum. If not, see . -// puppeth is a command to assemble and maintain private networks. +// stateth is a command to orchestrate influxdb/grafana setup using +// docker containers in order to visualize stats from Geth for +// development purposes. package main import (