mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
cmd/stateth: correct comment of package
This commit is contained in:
parent
8371bd16e3
commit
6f694635b9
1 changed files with 3 additions and 1 deletions
|
|
@ -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 (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue