feat: add fast-retrieval flag to lotus client deal

This commit is contained in:
Dirk McCormick
2020-07-01 12:27:55 +02:00
committed by Łukasz Magiera
parent e89eb56a44
commit 5c63581bd5
3 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ func (a *API) ClientStartDeal(ctx context.Context, params *api.StartDealParams)
params.EpochPrice,
big.Zero(),
rt,
false,
params.FastRetrieval,
params.VerifiedDeal,
)