Skip to content

Commit

Permalink
fix constraint count
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Mar 12, 2019
1 parent 39de44f commit 0971a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage-proofs/src/circuit/por.rs
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ mod tests {

#[test]
fn test_por_input_circuit_with_bls12_381_pedersen() {
test_por_input_circuit_with_bls12_381::<PedersenHasher>(4148);
test_por_input_circuit_with_bls12_381::<PedersenHasher>(4149);
}

#[test]
Expand Down

0 comments on commit 0971a3f

Please sign in to comment.