diff --git a/src/version.h b/src/version.h index de61d7e4a0..47c75dcd3d 100644 --- a/src/version.h +++ b/src/version.h @@ -9,7 +9,7 @@ * network protocol versioning */ -static const int PROTOCOL_VERSION = 70022; +static const int PROTOCOL_VERSION = 70023; //! initial proto version, to be increased after version/verack negotiation static const int INIT_PROTO_VERSION = 209;