zcash_protocol: Set the public testnet activation height for NU6

This commit is contained in:
Kris Nuttycombe 2024-08-26 13:50:34 -06:00
parent 4b70940431
commit 529e3be571
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,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,
}