Function filecoin_proofs_api::seal::clear_synthetic_proofs

source ·
pub fn clear_synthetic_proofs(sector_size: u64, cache_path: &Path) -> Result<()>
Expand description

Ensure that any persisted synthetic proofs are discarded.

§Arguments

  • sector_size - Sector size associated with cache data to clear.
  • cache_path - Path to directory where cached data is stored.