]> Git Repo - VerusCoin.git/commitdiff
Update default protocol version
authormiketout <[email protected]>
Fri, 8 May 2020 21:18:03 +0000 (14:18 -0700)
committermiketout <[email protected]>
Fri, 8 May 2020 21:18:03 +0000 (14:18 -0700)
src/version.h

index b13154d99cb026e13716bc5549f67005bd9bac21..79b2f7cb48dfc5c3cfee062c8439f4b47ccdb8d3 100644 (file)
@@ -9,7 +9,7 @@
  * network protocol versioning
  */
 
-static const int PROTOCOL_VERSION = 170008;
+static const int PROTOCOL_VERSION = 170009;
 
 //! initial proto version, to be increased after version/verack negotiation
 static const int INIT_PROTO_VERSION = 209;
This page took 0.025618 seconds and 4 git commands to generate.