From 8c866544ccd2a22306a4c8f4d42ad18e9939621b Mon Sep 17 00:00:00 2001 From: Gus Gutoski Date: Fri, 30 Aug 2024 15:25:24 -0400 Subject: [PATCH] address https://github.com/EspressoSystems/jellyfish/pull/670#discussion_r1736358667 --- vid/src/advz.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vid/src/advz.rs b/vid/src/advz.rs index cb2b1899c..0566e9af3 100644 --- a/vid/src/advz.rs +++ b/vid/src/advz.rs @@ -194,7 +194,7 @@ where /// # Errors /// Return [`VidError::Argument`] if /// - `num_storage_nodes < recovery_threshold` - /// - TEMPORARY `recovery_threshold` is not a power of two [github issue](https://github.com/EspressoSystems/jellyfish/issues/339) + /// - TEMPORARY `recovery_threshold` is not a power of two [github issue](https://github.com/EspressoSystems/jellyfish/issues/668) pub fn new( num_storage_nodes: u32, recovery_threshold: u32, @@ -212,7 +212,7 @@ where /// /// # Errors /// In addition to [`Advz::new`], return [`VidError::Argument`] if - /// - TEMPORARY `max_multiplicity` is not a power of two [github issue](https://github.com/EspressoSystems/jellyfish/issues/339) + /// - TEMPORARY `max_multiplicity` is not a power of two [github issue](https://github.com/EspressoSystems/jellyfish/issues/668) pub fn with_multiplicity( num_storage_nodes: u32, recovery_threshold: u32,