cmd/evm: add --prestate, --sender, --json flags for fuzzing (#14476)
This commit is contained in:
committed by
Felix Lange
parent
bc24b7a912
commit
80f7c6c299
@@ -106,7 +106,7 @@ func TestCall(t *testing.T) {
|
||||
byte(vm.RETURN),
|
||||
})
|
||||
|
||||
ret, err := Call(address, nil, &Config{State: state})
|
||||
ret, _, err := Call(address, nil, &Config{State: state})
|
||||
if err != nil {
|
||||
t.Fatal("didn't expect error", err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user