Update network version number.

This commit is contained in:
Henry de Valence 2020-02-04 17:58:01 -08:00
parent 9273f83761
commit 51c744b1ae
1 changed files with 2 additions and 2 deletions

View File

@ -35,10 +35,10 @@ pub const TIMESTAMP_TRUNCATION_SECONDS: i64 = 30 * 60;
pub const USER_AGENT: &str = "🦓Zebra v2.0.0-alpha.0🦓";
/// The Zcash network protocol version used on mainnet.
pub const CURRENT_VERSION: Version = Version(170_007);
pub const CURRENT_VERSION: Version = Version(170_009);
/// The minimum version supported for peer connections.
pub const MIN_VERSION: Version = Version(170_007);
pub const MIN_VERSION: Version = Version(170_009);
/// Magic numbers used to identify different Zcash networks.
pub mod magics {