Skip to content

Commit

Permalink
nit: edit a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arajasek authored Feb 8, 2022
1 parent 1ab2744 commit b6c141c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extern/storage-sealing/upgrade_queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func sectorActive(ctx context.Context, api SealingAPI, maddr address.Address, to
if err != nil {
return false, xerrors.Errorf("failed to check active sectors: %w", err)
}
// Ensure the upgraded sector is active
// Check if sector is among active sectors
var found bool
for _, si := range active {
if si.SectorNumber == sector {
Expand Down

0 comments on commit b6c141c

Please sign in to comment.