We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ece63 commit ebf92fcCopy full SHA for ebf92fc
units/src/locktime/absolute.rs
@@ -153,7 +153,8 @@ impl MedianTimePast {
153
/// The maximum MTP allowable in a locktime (Sun Feb 07 2106 06:28:15 GMT+0000).
154
pub const MAX: Self = MedianTimePast(u32::MAX);
155
156
- /// Constructs an [`MedianTimePast`] by computing the median‐time‐past from the last 11 block timestamps
+ /// Constructs an [`MedianTimePast`] by computing the median-time-past from the last
157
+ /// 11 block timestamps.
158
///
159
/// Because block timestamps are not monotonic, this function internally sorts them;
160
/// it is therefore not important what order they appear in the array; use whatever
0 commit comments