You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -9,13 +9,14 @@
* network protocol versioning
*/
-static const int PROTOCOL_VERSION = 70016;+static const int PROTOCOL_VERSION = 70017;+static const int OLD_VERSION = 70014; // peercoin: used to communicate with clients that don't know how to send PoS information in headers
//! initial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;
//! disconnect from peers older than this proto version
-static const int MIN_PEER_PROTO_VERSION = 31800;+static const int MIN_PEER_PROTO_VERSION = 70016;
//! BIP 0031, pong message, is enabled for all versions AFTER this one
static const int BIP0031_VERSION = 60000;
The text was updated successfully, but these errors were encountered:
Context: https://github.com/peercoin/peercoin/blob/6839e7cc431fd284b80fdf6a2d338aa03ca3ab6a/src/version.h#L9-L22
Origin: https://github.com/ihavenoface/diff-btc-ppc/blob/main/src/version.h.diff
The text was updated successfully, but these errors were encountered: