diff --git a/cmd/lotus-storage-miner/init.go b/cmd/lotus-storage-miner/init.go index b5bf0c6dc..d3ec0deeb 100644 --- a/cmd/lotus-storage-miner/init.go +++ b/cmd/lotus-storage-miner/init.go @@ -556,7 +556,7 @@ func createStorageMiner(ctx context.Context, api lapi.FullNode, peerid peer.ID, createStorageMinerMsg := &types.Message{ To: actors.StoragePowerAddress, From: owner, - Value: collateral, + Value: types.BigAdd(collateral, types.BigDiv(collateral, types.NewInt(100))), Method: actors.SPAMethods.CreateStorageMiner, Params: params,