Skip to content

Commit

Permalink
Update halo2_proofs/src/plonk/prover.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Han <[email protected]>
  • Loading branch information
alexander-camuto and han0110 authored Oct 31, 2023
1 parent 127f12d commit 3170018
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions halo2_proofs/src/plonk/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,7 @@ where
k: params.k(),
current_phase,
advice: vec![domain.empty_lagrange_assigned(); meta.num_advice_columns],
unblinded_advice: HashSet::from_iter(
meta.unblinded_advice_columns.clone().into_iter(),
),
unblinded_advice: HashSet::from_iter(meta.unblinded_advice_columns.clone()),
instances,
challenges: &challenges,
// The prover will not be allowed to assign values to advice
Expand Down

0 comments on commit 3170018

Please sign in to comment.