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{
|
||||
BenchFlag,
|
||||
DumpFlag,
|
||||
forkFlag,
|
||||
HumanReadableFlag,
|
||||
idxFlag,
|
||||
RunFlag,
|
||||
}, traceFlags),
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue