From 1af5cbf4739f3de81785a44e47fec322c3aa92d5 Mon Sep 17 00:00:00 2001 From: tgiani <33056186+tgiani@users.noreply.github.com> Date: Wed, 11 Dec 2024 11:55:01 +0100 Subject: [PATCH] Update crates/ekore/src/constants.rs Co-authored-by: Felix Hekhorn --- crates/ekore/src/constants.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ekore/src/constants.rs b/crates/ekore/src/constants.rs index 80c3bc807..61cc0d9e0 100644 --- a/crates/ekore/src/constants.rs +++ b/crates/ekore/src/constants.rs @@ -76,7 +76,7 @@ pub struct ChargeCombinations { impl ChargeCombinations { pub fn nu(&self) -> u8 { - uplike_flavors(self.nf) + self.nf / 2 } pub fn nd(&self) -> u8 {