wdpost: Update comment

Co-authored-by: dirkmc <dirkmdev@gmail.com>
This commit is contained in:
Łukasz Magiera 2020-12-01 14:50:51 +01:00 committed by GitHub
parent e8d2560581
commit 054327b72a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,7 +126,7 @@ type mockFaultTracker struct {
}
func (m mockFaultTracker) CheckProvable(ctx context.Context, pp abi.RegisteredPoStProof, sectors []storage.SectorRef) (map[abi.SectorID]string, error) {
// Returns "bad" sectors so just return nil meaning all sectors are good
// Returns "bad" sectors so just return empty map meaning all sectors are good
return map[abi.SectorID]string{}, nil
}