deals: Set correct Refs

This commit is contained in:
Łukasz Magiera
2019-11-06 18:38:42 +01:00
parent 40b1f91843
commit 68c2d4f58a
11 changed files with 123 additions and 67 deletions
-1
View File
@@ -88,7 +88,6 @@ func (a *API) ClientStartDeal(ctx context.Context, data cid.Cid, miner address.A
}
c, err := a.DealClient.Start(ctx, proposal)
// TODO: send updated voucher with PaymentVerifySector for cheaper validation (validate the sector the miner sent us first!)
return &c, err
}