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 dc5249a commit f746aecCopy full SHA for f746aec
units/src/block.rs
@@ -6,7 +6,7 @@
6
//!
7
//! These are general types for abstracting over block heights, they are not designed to use with
8
//! lock times. If you are creating lock times you should be using the
9
-//! [`locktime::absolute::Height`] and [`locktime::relative::Height`] types.
+//! [`locktime::absolute::Height`] and [`locktime::relative::NumberOfBlocks`] types.
10
11
//! The difference between these types and the locktime types is that these types are thin wrappers
12
//! whereas the locktime types contain more complex locktime specific abstractions.
0 commit comments