mirror of
https://github.com/filecoin-project/lotus.git
synced 2025-08-23 16:55:22 +08:00

Fix broken `InsecurePoStValidation` build constant Prior to changes here, `InsecurePoStValidation` in `debug` was a noop.
6 lines
69 B
Go
6 lines
69 B
Go
//go:build !debug
|
|
|
|
package build
|
|
|
|
var InsecurePoStValidation = false
|