We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
InsecurePoStValidation
1 parent 686ab2d commit 746995eCopy full SHA for 746995e
build/testing_flags.go
@@ -1,3 +1,5 @@
1
+//go:build !debug
2
+
3
package build
4
5
var InsecurePoStValidation = false
build/testing_flags_debug.go
@@ -0,0 +1,7 @@
+//go:build debug
+package build
+import "github.com/filecoin-project/lotus/build/buildconstants"
6
7
+var InsecurePoStValidation = buildconstants.InsecurePoStValidation
0 commit comments