Merge pull request #540 from zcash/nu5_testnet_reactivation

Set NU5 testnet reactivation height.
This commit is contained in:
Kris Nuttycombe 2022-04-13 22:50:23 -06:00 committed by GitHub
commit 742a9c3916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ impl Parameters for TestNetwork {
NetworkUpgrade::Blossom => Some(BlockHeight(584_000)),
NetworkUpgrade::Heartwood => Some(BlockHeight(903_800)),
NetworkUpgrade::Canopy => Some(BlockHeight(1_028_500)),
NetworkUpgrade::Nu5 => None,
NetworkUpgrade::Nu5 => Some(BlockHeight(1_842_420)),
#[cfg(feature = "zfuture")]
NetworkUpgrade::ZFuture => None,
}