lotus/build/params_testnet.go
2020-04-15 21:59:11 +02:00

18 lines
223 B
Go

// +build !debug
package build
import (
"github.com/filecoin-project/specs-actors/actors/abi"
)
var SectorSizes = []abi.SectorSize{
512 << 20,
32 << 30,
}
// Seconds
const BlockDelay = 25
const PropagationDelay = 6