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.
This commit is contained in:
teor 2020-08-03 11:04:51 +10:00
parent 8e268150a7
commit 59eb23772d
1 changed files with 1 additions and 1 deletions

View File

@ -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.
///