Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
fix(docs): fix error text
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Hill <andrew@textile.io>
  • Loading branch information
andrewxhill authored and merlinran committed Aug 19, 2021
1 parent b798753 commit 873e9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/service.go
Expand Up @@ -384,7 +384,7 @@ func (s *Service) makeBid(a *pb.Auction, from core.ID) error {
return fmt.Errorf("getting number of sealing sectors: %v", err)
}
if n > s.sealingSectorsLimit {
log.Infof("not bidding: lotus already have %d sealing sectors", n)
log.Infof("not bidding: lotus already has %d sealing sectors", n)
return nil
}
}
Expand Down

0 comments on commit 873e9f7

Please sign in to comment.