Browse Source

Increase our p2p wire protocol version

danger
Duke Leto 4 years ago
parent
commit
7d8acf9898
  1. 2
      src/version.h

2
src/version.h

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

Loading…
Cancel
Save