PIVX Core  5.6.99
P2P Digital Currency
version.h
Go to the documentation of this file.
1 // Copyright (c) 2012-2014 The Bitcoin developers
2 // Copyright (c) 2014-2015 The Dash developers
3 // Copyright (c) 2015-2022 The PIVX Core developers
4 // Distributed under the MIT software license, see the accompanying
5 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
6 
7 #ifndef PIVX_VERSION_H
8 #define PIVX_VERSION_H
9 
14 static const int PROTOCOL_VERSION = 70928;
15 
17 static const int INIT_PROTO_VERSION = 209;
18 
20 static const int MIN_PEER_PROTO_VERSION_BEFORE_ENFORCEMENT = 70926;
21 static const int MIN_PEER_PROTO_VERSION_AFTER_ENFORCEMENT = 70927;
22 
24 static const int MIN_BIP155_PROTOCOL_VERSION = 70923;
25 
27 static const int MNAUTH_NODE_VER_VERSION = 70925;
28 
30 static const int LLMQS_PROTO_VERSION = 70928;
31 
32 // Make sure that none of the values above collide with
33 // `ADDRV2_FORMAT`.
34 
35 #endif // PIVX_VERSION_H