Fix an incorrect consensus-critical comment (#7774)
Co-authored-by: Alfredo Garcia <oxarbitrage@gmail.com>
This commit is contained in:
parent
126b5ad93e
commit
ab3ce9a277
|
@ -101,7 +101,7 @@ impl Network {
|
||||||
pub fn mandatory_checkpoint_height(&self) -> Height {
|
pub fn mandatory_checkpoint_height(&self) -> Height {
|
||||||
// Currently this is after the ZIP-212 grace period.
|
// Currently this is after the ZIP-212 grace period.
|
||||||
//
|
//
|
||||||
// See the `ZIP_212_GRACE_PERIOD_DOCUMENTATION` for more information.
|
// See the `ZIP_212_GRACE_PERIOD_DURATION` documentation for more information.
|
||||||
|
|
||||||
let canopy_activation = Canopy
|
let canopy_activation = Canopy
|
||||||
.activation_height(*self)
|
.activation_height(*self)
|
||||||
|
|
Loading…
Reference in New Issue