Skip to content

Commit

Permalink
Fix an incorrect consensus-critical comment
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 authored Oct 18, 2023
1 parent 290ccf2 commit b1ebd0e
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 b1ebd0e

Please sign in to comment.