Merge pull request #6350 from filecoin-project/asr/deal-start

Extend the default deal start epoch delay
This commit is contained in:
Łukasz Magiera
2021-05-31 12:51:31 +02:00
committed by GitHub
+2 -1
View File
@@ -62,7 +62,8 @@ import (
var DefaultHashFunction = uint64(mh.BLAKE2B_MIN + 31)
const dealStartBufferHours uint64 = 49
// 8 days ~= SealDuration + PreCommit + MaxProveCommitDuration + 8 hour buffer
const dealStartBufferHours uint64 = 8 * 24
type API struct {
fx.In