Use ASCII in rusdocs
Feels unnecessarily fancy, lets just use ASCII. Fix the column width to be below the 100 character conventional width while we are at it.
This commit is contained in:
parent
64ece63f19
commit
ebf92fcb01
|
@ -153,7 +153,8 @@ impl MedianTimePast {
|
||||||
/// The maximum MTP allowable in a locktime (Sun Feb 07 2106 06:28:15 GMT+0000).
|
/// The maximum MTP allowable in a locktime (Sun Feb 07 2106 06:28:15 GMT+0000).
|
||||||
pub const MAX: Self = MedianTimePast(u32::MAX);
|
pub const MAX: Self = MedianTimePast(u32::MAX);
|
||||||
|
|
||||||
/// 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
|
||||||
|
/// 11 block timestamps.
|
||||||
///
|
///
|
||||||
/// Because block timestamps are not monotonic, this function internally sorts them;
|
/// Because block timestamps are not monotonic, this function internally sorts them;
|
||||||
/// it is therefore not important what order they appear in the array; use whatever
|
/// it is therefore not important what order they appear in the array; use whatever
|
||||||
|
|
Loading…
Reference in New Issue