So we should pass a bit more than the minimum collateral at the time of miner creation
Even 0.1% more would be enough# Please enter the commit message for your changes. Lines starting
This commit is contained in:
parent
85ec972abb
commit
6354a8ce03
@ -556,7 +556,7 @@ func createStorageMiner(ctx context.Context, api lapi.FullNode, peerid peer.ID,
|
|||||||
createStorageMinerMsg := &types.Message{
|
createStorageMinerMsg := &types.Message{
|
||||||
To: actors.StoragePowerAddress,
|
To: actors.StoragePowerAddress,
|
||||||
From: owner,
|
From: owner,
|
||||||
Value: collateral,
|
Value: types.BigAdd(collateral, types.BigDiv(collateral, types.NewInt(100))),
|
||||||
|
|
||||||
Method: actors.SPAMethods.CreateStorageMiner,
|
Method: actors.SPAMethods.CreateStorageMiner,
|
||||||
Params: params,
|
Params: params,
|
||||||
|
Loading…
Reference in New Issue
Block a user