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: ACK8f5bde9f17
apoelstra: ACK8f5bde9f17
successfully ran local tests Tree-SHA512: 5dfb7c1def9fb9cb8b51083e2c6d22ae1fab30002802a71d93818ddbe457bcb20998d0fc7235d6953f212a801e66f7f87b01f130d58b76098716ccdd05736c9e
This commit is contained in:
commit
e2ff08635e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue