Skip to content

Commit

Permalink
Update sdk/src/types/block/protocol/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: /alex/ <[email protected]>
  • Loading branch information
Thoralf-M and Alex6323 authored Dec 5, 2023
1 parent a349ef1 commit fb59cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/types/block/protocol/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ impl ProtocolParameters {
ProtocolParametersHash::new(Blake2b256::digest(self.pack_to_vec()).into())
}

/// Returns the [`CommittableAge`].
/// Returns the [`CommittableAgeRange`].
pub fn committable_age(&self) -> CommittableAgeRange {
CommittableAgeRange {
min: self.min_committable_age(),
Expand Down

0 comments on commit fb59cc1

Please sign in to comment.