Skip to content

Commit

Permalink
address #670 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggutoski committed Aug 30, 2024
1 parent eb0fd1a commit 8c86654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vid/src/advz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit 8c86654

Please sign in to comment.