Skip to content

Commit

Permalink
Merge pull request filecoin-project#5217 from shaodan/skip-check-term…
Browse files Browse the repository at this point in the history
…inated

Skip checking terminated sectors provable
  • Loading branch information
magik6k authored and bibibong committed Jan 9, 2021
1 parent dfca87b commit 7633f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/epik-storage-miner/proving.go
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ var provingCheckProvableCmd = &cli.Command{
for parIdx, par := range partitions {
sectors := make(map[abi.SectorNumber]struct{})

sectorInfos, err := api.StateMinerSectors(ctx, addr, &par.AllSectors, types.EmptyTSK)
sectorInfos, err := api.StateMinerSectors(ctx, addr, &par.LiveSectors, types.EmptyTSK)
if err != nil {
return err
}
Expand Down

0 comments on commit 7633f75

Please sign in to comment.