We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf92fc commit 70221ffCopy full SHA for 70221ff
units/src/locktime/relative.rs
@@ -30,7 +30,7 @@ impl NumberOfBlocks {
30
#[inline]
31
pub const fn from_height(blocks: u16) -> Self { Self(blocks) }
32
33
- /// Express the [`Height`] as a count of blocks.
+ /// Express the [`NumberOfBlocks`] as a count of blocks.
34
35
#[must_use]
36
pub const fn to_height(self) -> u16 { self.0 }
0 commit comments