Skip to content

Commit

Permalink
feat(storage-proofs): switch post challenges to 40
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Dec 10, 2019
1 parent 606762f commit 2e046c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage-proofs/src/election_post.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use crate::sector::*;
use crate::stacked::hash::hash3;
use crate::util::NODE_SIZE;

pub const POST_CHALLENGE_COUNT: usize = 66;
pub const POST_CHALLENGE_COUNT: usize = 40;
pub const POST_CHALLENGED_NODES: usize = 1;

#[derive(Debug, Clone)]
Expand Down

0 comments on commit 2e046c5

Please sign in to comment.