From 1a31037141f52fb0685310966caf6b631c93de48 Mon Sep 17 00:00:00 2001 From: hannahhoward Date: Tue, 17 Dec 2019 09:26:22 -0800 Subject: [PATCH] fix(storagemarket): store payload CID --- storagemarket/impl/client.go | 1 + 1 file changed, 1 insertion(+) diff --git a/storagemarket/impl/client.go b/storagemarket/impl/client.go index 21edcfa65..ea851289c 100644 --- a/storagemarket/impl/client.go +++ b/storagemarket/impl/client.go @@ -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,