From f746aecb61456f1eb97280e1d091434250832e72 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Thu, 19 Jun 2025 14:04:55 +1000 Subject: [PATCH] Use NumberOfBlocks in rustdoc --- units/src/block.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/src/block.rs b/units/src/block.rs index 6ba9cb838..f17e8202f 100644 --- a/units/src/block.rs +++ b/units/src/block.rs @@ -6,7 +6,7 @@ //! //! 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 -//! [`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 //! whereas the locktime types contain more complex locktime specific abstractions.