Merge pull request #3728 from obscuren/format-trace

core/evm, core/vm: improved evm trace output
This commit is contained in:
Péter Szilágyi
2017-03-02 13:01:01 +02:00
committed by GitHub
3 changed files with 69 additions and 58 deletions

View File

@ -66,10 +66,6 @@ var (
Name: "input",
Usage: "input for the EVM",
}
SysStatFlag = cli.BoolFlag{
Name: "sysstat",
Usage: "display system stats",
}
VerbosityFlag = cli.IntFlag{
Name: "verbosity",
Usage: "sets the verbosity level",
@ -89,7 +85,6 @@ func init() {
CreateFlag,
DebugFlag,
VerbosityFlag,
SysStatFlag,
CodeFlag,
CodeFileFlag,
GasFlag,