Skip to content

Commit

Permalink
fix debug and 2k mix
Browse files Browse the repository at this point in the history
  • Loading branch information
deaswang committed Jan 21, 2021
1 parent 6a5a2f6 commit 68628e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/params_2k.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func init() {
policy.SetConsensusMinerMinPower(abi.NewStoragePower(2048))
policy.SetMinVerifiedDealSize(abi.NewStoragePower(256))

BuildType = Build2k
BuildType |= Build2k
}

const BlockDelaySecs = uint64(4)
Expand Down
2 changes: 1 addition & 1 deletion build/params_debug.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package build

func init() {
InsecurePoStValidation = true
BuildType = BuildDebug
BuildType |= BuildDebug
}

// NOTE: Also includes settings from params_2k

0 comments on commit 68628e0

Please sign in to comment.