Skip to content

Commit

Permalink
Update halo2_proofs/src/plonk/circuit.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 ed0498b commit 6678d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halo2_proofs/src/plonk/circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2153,7 +2153,7 @@ impl<F: Field> ConstraintSystem<F> {
self.advice_column_in(FirstPhase)
}

/// Allocate a new advice column in given phase
/// Allocate a new unblinded advice column in given phase
pub fn unblinded_advice_column_in<P: Phase>(&mut self, phase: P) -> Column<Advice> {
let phase = phase.to_sealed();
if let Some(previous_phase) = phase.prev() {
Expand Down

0 comments on commit 6678d05

Please sign in to comment.