update to specs-actors code with faster publish deals

This commit is contained in:
Jeromy
2020-05-05 17:06:32 -07:00
parent 523a7a9d8d
commit fa59cdc2ad
8 changed files with 23 additions and 4 deletions
+2
View File
@@ -1,5 +1,6 @@
package validation
/*
import (
"context"
@@ -185,3 +186,4 @@ func toLotusSignedMsg(msg *vtypes.SignedMessage) *types.SignedMessage {
Signature: msg.Signature,
}
}
*/
+2
View File
@@ -1,5 +1,6 @@
package validation
/*
import (
"context"
@@ -45,3 +46,4 @@ func (f *Factories) NewValidationConfig() vstate.ValidationConfig {
checkState := true
return NewConfig(trackGas, checkExit, checkRet, checkState)
}
*/