Skip to content

Commit

Permalink
Fix build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykoren committed Nov 1, 2024
1 parent 4d6a810 commit 73b528a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/zcash_protocol/src/consensus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,9 @@ impl Parameters for RegtestNetwork {
NetworkUpgrade::Heartwood => Some(BlockHeight(1)),
NetworkUpgrade::Canopy => Some(BlockHeight(1)),
NetworkUpgrade::Nu5 => Some(BlockHeight(1)),
#[cfg(zcash_unstable = "nu6")]
NetworkUpgrade::Nu6 => Some(BlockHeight(1)),
#[cfg(zcash_unstable = "nu6" /* TODO nu7 */ )]
NetworkUpgrade::Nu7 => Some(BlockHeight(1)),
#[cfg(feature = "zfuture")]
NetworkUpgrade::ZFuture => None,
Expand Down

0 comments on commit 73b528a

Please sign in to comment.