Add MinDealDuration to testground params
This commit is contained in:
parent
93ed4e5035
commit
df13fc3e40
@ -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)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user