fix: don't check for t_aux when proving

We don't need it.
This commit is contained in:
Steven Allen 2021-08-09 10:12:23 -07:00
parent 5e27023ba7
commit 18f39be3ba

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,
}