Set devnet params

This commit is contained in:
Łukasz Magiera 2019-12-10 00:02:35 +01:00
parent 3f021a0aa4
commit 5b90121577
3 changed files with 4 additions and 7 deletions

View File

@ -3,16 +3,14 @@
package build
var SectorSizes = []uint64{
16 << 20,
256 << 20,
1 << 30,
32 << 30,
}
// Seconds
const BlockDelay = 30
const BlockDelay = 45
const PropagationDelay = 5
const PropagationDelay = 6
// FallbackPoStDelay is the number of epochs the miner needs to wait after
// ElectionPeriodStart before starting fallback post computation

View File

@ -77,7 +77,6 @@ const CollateralPrecision = 1000
const TotalFilecoin = 2_000_000_000
const MiningRewardTotal = 1_400_000_000
const InitialRewardStr = "153856861913558700202"
var InitialReward *big.Int