cmd/evm: fix statetest with multi-fork statetest fixtures

This commit is contained in:
danceratopz 2025-03-13 09:44:57 +01:00
parent 5606cbc710
commit 712d7ec001

View file

@ -53,7 +53,9 @@ var stateTestCommand = &cli.Command{
Flags: slices.Concat([]cli.Flag{
BenchFlag,
DumpFlag,
forkFlag,
HumanReadableFlag,
idxFlag,
RunFlag,
}, traceFlags),
}