a few improvements and fixes for the retrieval CLI

This commit is contained in:
whyrusleeping
2020-07-21 16:43:57 -07:00
parent c6193699bf
commit fda0651bb5
3 changed files with 62 additions and 1 deletions
+1
View File
@@ -162,6 +162,7 @@ func (a *API) ClientListDeals(ctx context.Context) ([]api.DealInfo, error) {
for k, v := range deals {
out[k] = api.DealInfo{
ProposalCid: v.ProposalCid,
DataRef: v.DataRef,
State: v.State,
Message: v.Message,
Provider: v.Proposal.Provider,