lotus/build/params_debug.go
2021-01-22 11:27:05 +08:00

11 lines
152 B
Go

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