Skip to content

Commit

Permalink
Another constraint-count fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
porcuquine committed May 27, 2020
1 parent 5d3ca05 commit cd379d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage-proofs/post/src/fallback/circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ mod tests {

#[test]
fn fallback_post_pedersen_single_partition_matching_base_8() {
fallback_post::<LCTree<PedersenHasher, U8, U0, U0>>(3, 3, 1, 19, 294_439);
fallback_post::<LCTree<PedersenHasher, U8, U0, U0>>(3, 3, 1, 19, 293_439);
}

#[test]
Expand Down

0 comments on commit cd379d7

Please sign in to comment.