Set PROTOCOL_VERSION to 170012

This commit is contained in:
therealyingtong 2020-07-17 23:29:52 +08:00
parent 8a4c51508a
commit ab4d2ede40
No known key found for this signature in database
GPG Key ID: 179F32A1503D607E
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
* network protocol versioning
*/
static const int PROTOCOL_VERSION = 170011;
static const int PROTOCOL_VERSION = 170012;
//! initial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;