enable gas validation

This commit is contained in:
Aayush Rajasekaran 2020-03-24 17:30:27 -04:00
parent 7b9872c473
commit 60ec264470

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