Use NumberOfBlocks in rustdoc

This commit is contained in:
Tobin C. Harding 2025-06-19 14:04:55 +10:00
parent dc5249aae6
commit f746aecb61
No known key found for this signature in database
GPG Key ID: 0AEF0A899E41F7DD
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
//! //!
//! These are general types for abstracting over block heights, they are not designed to use with //! These are general types for abstracting over block heights, they are not designed to use with
//! lock times. If you are creating lock times you should be using the //! lock times. If you are creating lock times you should be using the
//! [`locktime::absolute::Height`] and [`locktime::relative::Height`] types. //! [`locktime::absolute::Height`] and [`locktime::relative::NumberOfBlocks`] types.
//! //!
//! The difference between these types and the locktime types is that these types are thin wrappers //! The difference between these types and the locktime types is that these types are thin wrappers
//! whereas the locktime types contain more complex locktime specific abstractions. //! whereas the locktime types contain more complex locktime specific abstractions.