remove commented out code

This commit is contained in:
Anton Evangelatov 2021-03-31 23:15:38 +03:00
parent 967fbf52c6
commit 03f4334d40

View File

@ -37,8 +37,6 @@ func init() {
policy.SetSupportedProofTypes(abi.RegisteredSealProof_StackedDrg2KiBV1)
policy.SetConsensusMinerMinPower(abi.NewStoragePower(2048))
policy.SetMinVerifiedDealSize(abi.NewStoragePower(256))
//policy.SetWPoStChallengeWindow(abi.ChainEpoch(5))
policy.SetPreCommitChallengeDelay(abi.ChainEpoch(10))
BuildType |= Build2k