cmd/stateth: correct comment of package

This commit is contained in:
Anton Evangelatov 2018-06-15 11:33:38 +03:00
parent 8371bd16e3
commit 6f694635b9

View file

@ -14,7 +14,9 @@
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU General Public License
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>. // along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
// 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 package main
import ( import (