cmd/ethereum: add blocktest command

This commit is contained in:
Felix Lange
2015-03-13 18:37:13 +01:00
parent e463479b6c
commit 67f8f83a1b
2 changed files with 67 additions and 0 deletions

View File

@ -53,6 +53,7 @@ func init() {
app.Action = run
app.HideVersion = true // we have a command to print the version
app.Commands = []cli.Command{
blocktestCmd,
{
Action: version,
Name: "version",