Set NU5 testnet reactivation height.

This commit is contained in:
Kris Nuttycombe 2022-04-12 15:57:35 -06:00
parent f78a6786eb
commit d14e7a707c
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,
}