enable gas validation
This commit is contained in:
parent
7b9872c473
commit
60ec264470
@ -39,7 +39,7 @@ func (f *Factories) NewRandomnessSource() vstate.RandomnessSource {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (f *Factories) NewValidationConfig() vstate.ValidationConfig {
|
func (f *Factories) NewValidationConfig() vstate.ValidationConfig {
|
||||||
trackGas := false
|
trackGas := true
|
||||||
checkExit := true
|
checkExit := true
|
||||||
checkRet := true
|
checkRet := true
|
||||||
// ignore gas and return value assertions
|
// ignore gas and return value assertions
|
||||||
|
Loading…
Reference in New Issue
Block a user