10 lines
118 B
Go
10 lines
118 B
Go
// +build !debug
|
|
|
|
package build
|
|
|
|
// Seconds
|
|
const BlockDelay = 12
|
|
|
|
// Blocks
|
|
const ProvingPeriodDuration uint64 = 300
|