From d18c83a4f4db44393de271eb2b8fba6c1d536db1 Mon Sep 17 00:00:00 2001 From: SovranoCoin <45939356+SovranoCoin@users.noreply.github.com> Date: Sat, 4 Jul 2020 21:24:11 +0800 Subject: [PATCH] Update version.h --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index b1d742a..13ad498 100644 --- a/src/version.h +++ b/src/version.h @@ -12,7 +12,7 @@ * network protocol versioning */ -static const int PROTOCOL_VERSION = 70004; +static const int PROTOCOL_VERSION = 70916; //! initial proto version, to be increased after version/verack negotiation static const int INIT_PROTO_VERSION = 209;