Skip to content

Commit

Permalink
fix: add proper seal proof variant count
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptonemo authored and Stebalien committed Sep 7, 2023
1 parent a8e5acf commit 3390d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/runtime/policy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ pub struct ProofSet(Vec<bool>);
const REGISTERED_POST_PROOF_VARIANTS: usize = 15;

/// The number of total possible types (enum variants) of RegisteredSealProof
const REGISTERED_SEAL_PROOF_VARIANTS: usize = 10;
const REGISTERED_SEAL_PROOF_VARIANTS: usize = 15;

impl ProofSet {
/// Create a `ProofSet` for enabled `RegisteredPoStProof`s
Expand Down

0 comments on commit 3390d45

Please sign in to comment.