feat(markets): upgrade markets 0.6.0

This commit is contained in:
hannahhoward
2020-09-07 15:48:42 -04:00
committed by Aayush Rajasekaran
parent d678fe4bfa
commit 2db4b57013
8 changed files with 78 additions and 41 deletions
+4
View File
@@ -847,3 +847,7 @@ func newDealInfo(v storagemarket.ClientDeal) api.DealInfo {
CreationTime: v.CreationTime.Time(),
}
}
func (a *API) ClientRetrieveTryRestartInsufficientFunds(ctx context.Context, paymentChannel address.Address) error {
return a.Retrieval.TryRestartInsufficientFunds(paymentChannel)
}