Skip to content

Commit

Permalink
fix(storagemarket): store payload CID
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahhoward authored and ingar committed Dec 19, 2019
1 parent d3ebfd0 commit 1a31037
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storagemarket/impl/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ func (c *Client) Start(ctx context.Context, p ClientDealProposal) (cid.Cid, erro
State: storagemarket.DealUnknown,
Miner: p.MinerID,
MinerWorker: p.MinerWorker,
PayloadCid: p.Data,
},

s: s,
Expand Down

0 comments on commit 1a31037

Please sign in to comment.