diff --git a/prover/src/circuits/config/no_range_check_config.rs b/prover/src/circuits/config/no_range_check_config.rs index e8239aa7..15a70b38 100644 --- a/prover/src/circuits/config/no_range_check_config.rs +++ b/prover/src/circuits/config/no_range_check_config.rs @@ -19,7 +19,7 @@ use super::circuit_config::CircuitConfig; /// # Fields /// /// * `username`: Advice column used to store the usernames of the users -/// * `concentrations`: Advice columns used to store the concentrations of the users +/// * `concatenated_balance`: Advice column used to store the concatenated balances of the users /// * `balances`: Advice columns used to store the balances of the users /// * `instance`: Instance column used to constrain the last balance decomposition #[derive(Clone)]