mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
cmd: update to pr change request
This commit is contained in:
parent
0569719fcc
commit
11f601d337
1 changed files with 2 additions and 1 deletions
|
|
@ -38,7 +38,8 @@ var stateTestCommand = cli.Command{
|
|||
ArgsUsage: "<file>",
|
||||
}
|
||||
|
||||
// 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"`
|
||||
|
|
|
|||
Loading…
Reference in a new issue