aboutsummaryrefslogtreecommitdiff
path: root/src/version.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-08-25 10:01:28 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-08-25 10:37:40 +0200
commit11270ebde4b27f9df7e2098b647e406079e5fb1d (patch)
treea1074d48dd2d6d6d96af18bd10f0cce362cbc2ad /src/version.h
parent41abb021227568b321be8073eeebb0b9ab654639 (diff)
parentda2ec100f3681176f60dec6dc675fc64147ade3a (diff)
downloadbitcoin-11270ebde4b27f9df7e2098b647e406079e5fb1d.tar.xz
Merge pull request #4351
da2ec10 Add a getutxos command to the p2p protocol. It allows querying of the UTXO set given a set of outpoints. (Mike Hearn)
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h
index 85c5dbf8d7..fbb731c91d 100644
--- a/src/version.h
+++ b/src/version.h
@@ -26,7 +26,7 @@ extern const std::string CLIENT_DATE;
// network protocol versioning
//
-static const int PROTOCOL_VERSION = 70002;
+static const int PROTOCOL_VERSION = 70003;
// initial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;