enable gas validation

This commit is contained in:
Aayush Rajasekaran
2020-03-25 08:25:03 -04:00
parent 7b9872c473
commit 60ec264470
+1 -1
View File
@@ -39,7 +39,7 @@ func (f *Factories) NewRandomnessSource() vstate.RandomnessSource {
}
func (f *Factories) NewValidationConfig() vstate.ValidationConfig {
trackGas := false
trackGas := true
checkExit := true
checkRet := true
// ignore gas and return value assertions