We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea3a717 commit a002a6cCopy full SHA for a002a6c
cmd/evm/blockrunner.go
@@ -89,7 +89,7 @@ func runBlockTest(ctx *cli.Context, fname string) ([]testResult, error) {
89
continue
90
}
91
result := &testResult{Name: name, Pass: true}
92
- if err := tests[name].Run(false, rawdb.HashScheme, ctx.Bool(WitnessCrossCheckFlag.Name), tracer, func(res error, chain *core.BlockChain) {
+ if err := tests[name].Run(false, rawdb.PathScheme, ctx.Bool(WitnessCrossCheckFlag.Name), tracer, func(res error, chain *core.BlockChain) {
93
if ctx.Bool(DumpFlag.Name) {
94
if s, _ := chain.State(); s != nil {
95
result.State = dump(s)
0 commit comments