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 committed by Aayush Rajasekaran
parent bb0a7f91cc
commit 9a48ec194e

View File

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