Revert "wip"

This reverts commit 859256dadbe42f44b7ac77a4b99b56393f52e127.
This commit is contained in:
Łukasz Magiera
2019-10-15 14:31:34 +02:00
parent fb80d75b07
commit 7d471a6ce3
7 changed files with 33 additions and 33 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.Provider,
Miner: v.Proposal.MinerAddress,
PieceRef: v.Proposal.PieceRef,
CommP: v.Proposal.CommP,