feat: add verified-deal flag to lotus client deal

This commit is contained in:
Dirk McCormick
2020-07-01 12:23:40 +02:00
committed by Łukasz Magiera
parent f48681a61d
commit 46f07faead
3 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ func (a *API) ClientStartDeal(ctx context.Context, params *api.StartDealParams)
big.Zero(),
rt,
false,
false,
params.VerifiedDeal,
)
if err != nil {