fix debug and 2k mix

This commit is contained in:
Frank 2021-01-21 12:25:41 +08:00
parent 61aae567bb
commit 46b92be281
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ func init() {
policy.SetConsensusMinerMinPower(abi.NewStoragePower(2048))
policy.SetMinVerifiedDealSize(abi.NewStoragePower(256))
BuildType = Build2k
BuildType |= Build2k
}
const BlockDelaySecs = uint64(4)

View File

@ -4,7 +4,7 @@ package build
func init() {
InsecurePoStValidation = true
BuildType = BuildDebug
BuildType |= BuildDebug
}
// NOTE: Also includes settings from params_2k