From b1ebd0ef88b4acbb9497e5eec57923136ab08881 Mon Sep 17 00:00:00 2001 From: teor Date: Thu, 19 Oct 2023 08:17:13 +1000 Subject: [PATCH] Fix an incorrect consensus-critical comment --- 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)