lotus/build/params_debug.go
2019-11-29 20:11:42 +01:00

16 lines
177 B
Go

// +build debug
package build
import "os"
// Seconds
const BlockDelay = 4
// Blocks
const ProvingPeriodDuration uint64 = 40
func init() {
os.Setenv("TRUST_PARAMS", "1")
}