From 11f601d337b6a3755e1c0109271350f30c9b2518 Mon Sep 17 00:00:00 2001 From: kiel barry Date: Tue, 8 May 2018 10:02:48 -0700 Subject: [PATCH] cmd: update to pr change request --- cmd/evm/staterunner.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/evm/staterunner.go b/cmd/evm/staterunner.go index 0442f49bd9..6d5ff069f6 100644 --- a/cmd/evm/staterunner.go +++ b/cmd/evm/staterunner.go @@ -38,7 +38,8 @@ var stateTestCommand = cli.Command{ ArgsUsage: "", } -// StatetestResult values will be printed to the console by stateTestCmd. +// StatetestResult contains the execution status after running a state test, any +// error that might have occurred and a dump of the final state if requested. type StatetestResult struct { Name string `json:"name"` Pass bool `json:"pass"`