Add more collateral to CreateStorageMiner call in fountain

This commit is contained in:
Travis Person 2020-01-16 01:00:01 +00:00
parent 68f8d60323
commit ec9286eb4b

View File

@ -275,7 +275,7 @@ func (h *handler) mkminer(w http.ResponseWriter, r *http.Request) {
createStorageMinerMsg := &types.Message{
To: actors.StoragePowerAddress,
From: h.from,
Value: collateral,
Value: types.BigAdd(collateral, types.BigDiv(collateral, types.NewInt(100))),
Method: actors.SPAMethods.CreateStorageMiner,
Params: params,