lotus/extern/storage-sealing/constants.go

18 lines
368 B
Go
Raw Normal View History

package sealing
import (
"github.com/filecoin-project/specs-actors/actors/abi"
"github.com/filecoin-project/specs-actors/actors/builtin/miner"
)
// Epochs
2020-06-26 15:29:08 +00:00
const SealRandomnessLookback = miner.ChainFinality
// Epochs
func SealRandomnessLookbackLimit() abi.ChainEpoch {
return miner.MaxPreCommitRandomnessLookback
}
// Epochs
const InteractivePoRepConfidence = 6