This commit is contained in:
Łukasz Magiera
2019-10-15 14:31:34 +02:00
parent 16a9ab875c
commit 007bdfaf42
7 changed files with 40 additions and 40 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ func (a *API) ClientListDeals(ctx context.Context) ([]api.DealInfo, error) {
out[k] = api.DealInfo{
ProposalCid: v.ProposalCid,
State: v.State,
Miner: v.Proposal.MinerAddress,
Miner: v.Proposal.Provider,
PieceRef: v.Proposal.PieceRef,
CommP: v.Proposal.CommP,