Merge rust-bitcoin/rust-bitcoin#3294: units: Fix typo in measured

8f5bde9f17 units: Fix typo in measured (Tobin C. Harding)

Pull request description:

  Its "time is measured" not "time is measure".

ACKs for top commit:
  Kixunil:
    ACK 8f5bde9f17
  apoelstra:
    ACK 8f5bde9f17 successfully ran local tests

Tree-SHA512: 5dfb7c1def9fb9cb8b51083e2c6d22ae1fab30002802a71d93818ddbe457bcb20998d0fc7235d6953f212a801e66f7f87b01f130d58b76098716ccdd05736c9e
This commit is contained in:
merge-script 2024-09-04 18:50:25 +00:00
commit e2ff08635e
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ impl fmt::Display for Height {
/// A relative lock time lock-by-blocktime value.
///
/// For BIP 68 relative lock-by-blocktime locks, time is measure in 512 second intervals.
/// For BIP 68 relative lock-by-blocktime locks, time is measured in 512 second intervals.
#[derive(Debug, Default, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
pub struct Time(u16);