mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-20 19:11:08 +03:00
bump protocol version to 1000 to facilitate deprecation of earlier versions (#3434)
This commit is contained in:
parent
dfd0a649c7
commit
06a09f25c4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue