Add DrandSchedule to testground params

Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera 2020-09-09 21:52:04 +02:00
parent 85e5e31126
commit 71ca29c7e7
No known key found for this signature in database
GPG Key ID: 9A9AF56F8B3879BA

View File

@ -72,4 +72,8 @@ var (
UpgradeBreezeHeight abi.ChainEpoch = 0
BreezeGasTampingDuration abi.ChainEpoch = 0
DrandSchedule = map[abi.ChainEpoch]DrandEnum{
0: DrandIncentinet,
}
)