mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
cmd/evm: fix statetest with multi-fork statetest fixtures
This commit is contained in:
parent
5606cbc710
commit
712d7ec001
1 changed files with 2 additions and 0 deletions
|
|
@ -53,7 +53,9 @@ var stateTestCommand = &cli.Command{
|
||||||
Flags: slices.Concat([]cli.Flag{
|
Flags: slices.Concat([]cli.Flag{
|
||||||
BenchFlag,
|
BenchFlag,
|
||||||
DumpFlag,
|
DumpFlag,
|
||||||
|
forkFlag,
|
||||||
HumanReadableFlag,
|
HumanReadableFlag,
|
||||||
|
idxFlag,
|
||||||
RunFlag,
|
RunFlag,
|
||||||
}, traceFlags),
|
}, traceFlags),
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue