From 6678d053a3d66564e90863c2eddb22b1f41e8da7 Mon Sep 17 00:00:00 2001 From: dante <45801863+alexander-camuto@users.noreply.github.com> Date: Tue, 31 Oct 2023 15:10:31 +0000 Subject: [PATCH] Update halo2_proofs/src/plonk/circuit.rs Co-authored-by: Han --- halo2_proofs/src/plonk/circuit.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/halo2_proofs/src/plonk/circuit.rs b/halo2_proofs/src/plonk/circuit.rs index ac865b67df..c8a8f625e8 100644 --- a/halo2_proofs/src/plonk/circuit.rs +++ b/halo2_proofs/src/plonk/circuit.rs @@ -2153,7 +2153,7 @@ impl ConstraintSystem { 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(&mut self, phase: P) -> Column { let phase = phase.to_sealed(); if let Some(previous_phase) = phase.prev() {