Add DrandSchedule to testground params

Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera
2020-09-10 17:41:55 -04:00
committed by Aayush Rajasekaran
parent bb0a7f91cc
commit 9a48ec194e
+4
View File
@@ -72,4 +72,8 @@ var (
UpgradeBreezeHeight abi.ChainEpoch = 0
BreezeGasTampingDuration abi.ChainEpoch = 0
DrandSchedule = map[abi.ChainEpoch]DrandEnum{
0: DrandIncentinet,
}
)