lotus/build/params_testnet.go
2020-04-17 17:58:20 +02:00

19 lines
237 B
Go

// +build !debug
// +build !2k
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