Skip to content

Commit

Permalink
Bump protocol version to reflect support for bigger blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehearn committed Aug 6, 2015
1 parent eaa1d91 commit 2b918be
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 = 70003;
static const int PROTOCOL_VERSION = 70010;

//! initial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;
Expand Down

0 comments on commit 2b918be

Please sign in to comment.