Update and re-enable chain-validation

This commit is contained in:
Aayush Rajasekaran
2020-05-06 21:44:09 -04:00
parent 97130684a2
commit dd79c66d41
5 changed files with 3 additions and 20 deletions
-2
View File
@@ -1,6 +1,5 @@
package validation
/*
import (
"context"
@@ -186,4 +185,3 @@ func toLotusSignedMsg(msg *vtypes.SignedMessage) *types.SignedMessage {
Signature: msg.Signature,
}
}
*/
-2
View File
@@ -1,6 +1,5 @@
package validation
/*
import (
"context"
@@ -46,4 +45,3 @@ func (f *Factories) NewValidationConfig() vstate.ValidationConfig {
checkState := true
return NewConfig(trackGas, checkExit, checkRet, checkState)
}
*/