Skip to content

Commit

Permalink
Merge pull request #1515 from zcash/nu6_testnet_activation
Browse files Browse the repository at this point in the history
zcash_protocol: Set the public testnet activation height for NU6
  • Loading branch information
nuttycom authored Aug 26, 2024
2 parents 21399ec + 529e3be commit b91f3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/zcash_protocol/src/consensus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ impl Parameters for TestNetwork {
NetworkUpgrade::Heartwood => Some(BlockHeight(903_800)),
NetworkUpgrade::Canopy => Some(BlockHeight(1_028_500)),
NetworkUpgrade::Nu5 => Some(BlockHeight(1_842_420)),
NetworkUpgrade::Nu6 => None,
NetworkUpgrade::Nu6 => Some(BlockHeight(2_976_000)),
#[cfg(zcash_unstable = "zfuture")]
NetworkUpgrade::ZFuture => None,
}
Expand Down

0 comments on commit b91f3c1

Please sign in to comment.