Skip to content

Commit

Permalink
Pass piece path to Node in OnDealComplete
Browse files Browse the repository at this point in the history
  • Loading branch information
ingar committed Jan 10, 2020
1 parent 43331b3 commit b28a3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storagemarket/impl/provider_states.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func (p *Provider) staged(ctx context.Context, deal MinerDeal) (func(*MinerDeal)
Ref: deal.Ref,
DealID: deal.DealID,
},
"",
string(deal.PiecePath),
)

if err != nil {
Expand Down

0 comments on commit b28a3ad

Please sign in to comment.