From ab3ce9a2774e32a565b460f7ae002566d4873119 Mon Sep 17 00:00:00 2001 From: teor Date: Fri, 20 Oct 2023 08:18:22 +1000 Subject: [PATCH] Fix an incorrect consensus-critical comment (#7774) Co-authored-by: Alfredo Garcia --- zebra-chain/src/parameters/network.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-chain/src/parameters/network.rs b/zebra-chain/src/parameters/network.rs index 05f0a587738..c90ce860798 100644 --- a/zebra-chain/src/parameters/network.rs +++ b/zebra-chain/src/parameters/network.rs @@ -101,7 +101,7 @@ impl Network { pub fn mandatory_checkpoint_height(&self) -> Height { // 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 .activation_height(*self)