Skip to content

Commit

Permalink
bump protocol version to 1000 to facilitate deprecation of earlier ve…
Browse files Browse the repository at this point in the history
…rsions (#3434)
  • Loading branch information
antiochp authored Sep 11, 2020
1 parent dfd0a64 commit 06a09f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/global.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ use util::OneTime;
/// Note: We also use a specific (possible different) protocol version
/// for both the backend database and MMR data files.
/// This defines the p2p layer protocol version for this node.
pub const PROTOCOL_VERSION: ProtocolVersion = ProtocolVersion(3);
pub const PROTOCOL_VERSION: ProtocolVersion = ProtocolVersion(1_000);

/// Automated testing edge_bits
pub const AUTOMATED_TESTING_MIN_EDGE_BITS: u8 = 10;
Expand Down

0 comments on commit 06a09f2

Please sign in to comment.