lotus/build/params_debug.go
2020-06-01 20:49:39 +02:00

11 lines
152 B
Go

// +build debug
package build
func init() {
InsecurePoStValidation = true
BuildType |= BuildDebug
}
// NOTE: Also includes settings from params_2k