Skip to content

Commit

Permalink
Enable insecure post validation
Browse files Browse the repository at this point in the history
  • Loading branch information
travisperson committed Feb 17, 2022
1 parent 23785fa commit bf4018c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/params_interop.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ func init() {
policy.SetMinVerifiedDealSize(abi.NewStoragePower(256))
policy.SetPreCommitChallengeDelay(abi.ChainEpoch(10))

InsecurePoStValidation = true

policy.SetConsensusMinerMinPower(abi.NewStoragePower(2 << 30))
policy.SetSupportedProofTypes(
abi.RegisteredSealProof_StackedDrg512MiBV1,
Expand Down

0 comments on commit bf4018c

Please sign in to comment.