units: Fix typo in measured
Its "time is measured" not "time is measure".
This commit is contained in:
parent
f6287fb445
commit
8f5bde9f17
|
@ -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