Merge pull request #7011 from filecoin-project/fix/no-t-aux

fix: don't check for t_aux when proving
This commit is contained in:
Steven Allen
2021-08-11 11:28:29 -07:00
committed by GitHub
-1
View File
@@ -63,7 +63,6 @@ func (m *Manager) CheckProvable(ctx context.Context, pp abi.RegisteredPoStProof,
toCheck := map[string]int64{
lp.Sealed: 1,
filepath.Join(lp.Cache, "t_aux"): 0,
filepath.Join(lp.Cache, "p_aux"): 0,
}