Skip to content

Commit

Permalink
add suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
LexLuthr committed Mar 22, 2023
1 parent 3b0d06a commit 0fe4b76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion storagemarket/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,8 @@ func (p *Provider) Start() error {

// Fail deals if start epoch has passed
if err := p.checkDealProposalStartEpoch(deal); err != nil {
p.failDeal(dh.Publisher, deal, err, false)
go p.failDeal(dh.Publisher, deal, err, false)
continue
}

// If it's an offline deal, and the deal data hasn't yet been
Expand Down

0 comments on commit 0fe4b76

Please sign in to comment.