used an extra large start epoch number for mainnet(to be modified

pull/1294/head
coolcottontail 5 years ago
parent 1feaeaea61
commit 66bbac5f3f
  1. 2
      internal/configs/sharding/mainnet.go

@ -16,7 +16,7 @@ const (
mainnetConsensusRatio = float64(0.66) mainnetConsensusRatio = float64(0.66)
// TODO: remove it after randomness feature turned on mainnet // TODO: remove it after randomness feature turned on mainnet
mainnetRandomnessStartingEpoch = 10 mainnetRandomnessStartingEpoch = 100000
) )
// MainnetSchedule is the mainnet sharding configuration schedule. // MainnetSchedule is the mainnet sharding configuration schedule.

Loading…
Cancel
Save