fix: don't check for t_aux when proving
We don't need it.
This commit is contained in:
parent
5e27023ba7
commit
18f39be3ba
1
extern/sector-storage/faults.go
vendored
1
extern/sector-storage/faults.go
vendored
@ -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,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user