Skip to content

Commit

Permalink
Remove minimum constraint degree comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alxkzmn committed Apr 19, 2024
1 parent de30a4d commit 81f0e63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prover/src/circuits/summa_circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ pub mod summa_hyperplonk {
}

fn configure(meta: &mut ConstraintSystem<Fp>) -> Self::Config {
//TODO what's the meaning of this?
meta.set_minimum_degree(4);
let running_sum_selector = &meta.complex_selector();
SummaConfig::configure(meta, running_sum_selector)
Expand Down

0 comments on commit 81f0e63

Please sign in to comment.