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:
parent
8e268150a7
commit
59eb23772d
|
|
@ -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.
|
||||
///
|
||||
|
|
|
|||
Loading…
Reference in New Issue