fix: don't check for t_aux when proving

We don't need it.
This commit is contained in:
Steven Allen
2021-08-09 11:07:35 -07:00
parent 5e27023ba7
commit 18f39be3ba
-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,
}