Skip to content

Commit

Permalink
Fix an incorrect consensus-critical comment (#7774)
Browse files Browse the repository at this point in the history
Co-authored-by: Alfredo Garcia <[email protected]>
  • Loading branch information
teor2345 and oxarbitrage authored Oct 19, 2023
1 parent 126b5ad commit ab3ce9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-chain/src/parameters/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ab3ce9a

Please sign in to comment.