update to specs-actors code with faster publish deals
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package validation
|
||||
|
||||
/*
|
||||
import (
|
||||
"context"
|
||||
|
||||
@@ -185,3 +186,4 @@ func toLotusSignedMsg(msg *vtypes.SignedMessage) *types.SignedMessage {
|
||||
Signature: msg.Signature,
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user