Skip to content

Commit

Permalink
Move ZIP-212 grace period to end of April
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapk00 committed Mar 29, 2021
1 parent 4cb47c3 commit c31a04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zcash_primitives/src/consensus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ const UPGRADES_IN_ORDER: &[NetworkUpgrade] = &[
NetworkUpgrade::Canopy,
];

pub const ZIP212_GRACE_PERIOD: u32 = 32256;
pub const ZIP212_GRACE_PERIOD: u32 = 32256 + 161280;

/// A globally-unique identifier for a set of consensus rules within the Zcash chain.
///
Expand Down

0 comments on commit c31a04a

Please sign in to comment.