Fix a comment typo
Co-authored-by: Deirdre Connolly <durumcrustulum@gmail.com>
This commit is contained in:
parent
9bd3b8becd
commit
b72d095d6b
|
|
@ -36,7 +36,7 @@ pub const POW_MAX_ADJUST_UP_PERCENT: i32 = 16;
|
||||||
/// `PoWMaxAdjustDown * 100` in the Zcash specification.
|
/// `PoWMaxAdjustDown * 100` in the Zcash specification.
|
||||||
pub const POW_MAX_ADJUST_DOWN_PERCENT: i32 = 32;
|
pub const POW_MAX_ADJUST_DOWN_PERCENT: i32 = 32;
|
||||||
|
|
||||||
/// The maximum number of seconds between the `meadian-time-past` of a block,
|
/// The maximum number of seconds between the `median-time-past` of a block,
|
||||||
/// and the block's `time` field.
|
/// and the block's `time` field.
|
||||||
///
|
///
|
||||||
/// Part of the block header consensus rules in the Zcash specification.
|
/// Part of the block header consensus rules in the Zcash specification.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue