diff --git a/common/nym_offline_compact_ecash/src/scheme/setup.rs b/common/nym_offline_compact_ecash/src/scheme/setup.rs index 460ea0cc63..3d87b0fee1 100644 --- a/common/nym_offline_compact_ecash/src/scheme/setup.rs +++ b/common/nym_offline_compact_ecash/src/scheme/setup.rs @@ -428,11 +428,11 @@ pub fn aggregate_indices_signatures( /// /// # Arguments /// -/// * `L` - it is the number of coins in a freshly generated wallet. It is the public parameter of the scheme. +/// * `total_coins` - it is the number of coins in a freshly generated wallet. It is the public parameter of the scheme. /// /// # Returns /// -/// A `Parameters` struct containing group parameters, public key, the number of signatures (`L`), +/// A `Parameters` struct containing group parameters, public key, the number of signatures (`total_coins`), /// and a map of signatures for each index `l`. /// pub fn setup(total_coins: u64) -> Parameters {