From 59eb23772d712f6c1dae3fbba2cdbc45fa295e4a Mon Sep 17 00:00:00 2001 From: teor Date: Mon, 3 Aug 2020 11:04:51 +1000 Subject: [PATCH] feature: Use the Canopy testnet network protocol version Canopy will activate on testnet within the next 24 hours. To continue to use testnet, we need to upgrade the Zebra network protocol version. --- zebra-network/src/constants.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-network/src/constants.rs b/zebra-network/src/constants.rs index 5cfac0e8..e218f355 100644 --- a/zebra-network/src/constants.rs +++ b/zebra-network/src/constants.rs @@ -44,7 +44,7 @@ pub const USER_AGENT: &str = "/🦓Zebra🦓:3.0.0-alpha.0/"; /// /// This protocol version might be the current version on Mainnet or Testnet, /// based on where we are in the network upgrade cycle. -pub const CURRENT_VERSION: Version = Version(170_011); +pub const CURRENT_VERSION: Version = Version(170_012); /// The most recent bilateral consensus upgrade implemented by this crate. ///