add TODO for return value checking
This commit is contained in:
parent
f4b07a7293
commit
00f5ee6064
@ -41,7 +41,7 @@ func (f *Factories) NewRandomnessSource() vstate.RandomnessSource {
|
|||||||
func (f *Factories) NewValidationConfig() vstate.ValidationConfig {
|
func (f *Factories) NewValidationConfig() vstate.ValidationConfig {
|
||||||
trackGas := true
|
trackGas := true
|
||||||
checkExit := true
|
checkExit := true
|
||||||
checkRet := false
|
checkRet := false // TODO enable return value checking once https://github.com/filecoin-project/specs-actors/pull/230 lands
|
||||||
// ignore gas and return value assertions
|
// ignore gas and return value assertions
|
||||||
return NewConfig(trackGas, checkExit, checkRet)
|
return NewConfig(trackGas, checkExit, checkRet)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user