Skip to content

Commit

Permalink
chore: remove unused error
Browse files Browse the repository at this point in the history
  • Loading branch information
th7nder committed Dec 27, 2024
1 parent ae2962a commit b8a7965
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pallets/proofs/src/post/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ impl ProofScheme {
pub enum ProofError {
InvalidNumberOfSectors,
InvalidNumberOfProofs,
/// Returned when the given replicas exceeds the maximum amount set by the SP.
InvalidNumberOfReplicas,
/// Returned when the given proof was invalid in a verification.
InvalidProof,
/// Returned when the given verifying key was invalid.
Expand Down

0 comments on commit b8a7965

Please sign in to comment.