Skip to content

Commit

Permalink
inc PROTOCOL_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
tecnovert committed Sep 29, 2017
1 parent 1daae19 commit c192056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* network protocol versioning
*/

static const int PROTOCOL_VERSION = 90004;
static const int PROTOCOL_VERSION = 90005;
static const int MIN_PARTICL_VERSION = 90004;

//! initial proto version, to be increased after version/verack negotiation
Expand Down

0 comments on commit c192056

Please sign in to comment.