Add MinDealDuration to testground params

This commit is contained in:
Aayush Rajasekaran 2020-07-28 20:03:20 -04:00
parent 93ed4e5035
commit df13fc3e40

View File

@ -59,4 +59,7 @@ var (
v = v.Mul(v, big.NewInt(int64(FilecoinPrecision)))
return v
}()
// Actor consts
// TODO: Pull from actors when its made not private
MinDealDuration = abi.ChainEpoch(180 * builtin.EpochsInDay)
)