Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Coats committed Sep 29, 2023
1 parent 272d52e commit b746395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/types/block/rand/parents.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use crate::types::block::{
rand::{block::rand_block_ids, number::rand_number_range},
};

/// Generates random strong parents.
/// Generates random parents.
pub fn rand_parents<const MIN: u8, const MAX: u8>() -> Parents<MIN, MAX> {
Parents::from_set(rand_block_ids(
rand_number_range(Parents::<MIN, MAX>::COUNT_RANGE).into(),
Expand Down

0 comments on commit b746395

Please sign in to comment.