Skip to content

Commit

Permalink
fix: don't check for t_aux when proving
Browse files Browse the repository at this point in the history
We don't need it.
  • Loading branch information
Stebalien committed Aug 9, 2021
1 parent 5e27023 commit 18f39be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extern/sector-storage/faults.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

Expand Down

0 comments on commit 18f39be

Please sign in to comment.