aboutsummaryrefslogtreecommitdiff
path: root/src/version.h
diff options
context:
space:
mode:
authorMike Hearn <[email protected]>2014-05-19 22:25:17 +0200
committerMike Hearn <[email protected]>2014-08-11 13:59:47 +0200
commitda2ec100f3681176f60dec6dc675fc64147ade3a (patch)
tree356e017dd8ea38a9e1e2c7301516fccac6ea1cef /src/version.h
parentMerge branch 'patch-4' of git://github.com/benhc123/bitcoin into merge-PR4653 (diff)
downloaddiscoin-da2ec100f3681176f60dec6dc675fc64147ade3a.tar.xz
discoin-da2ec100f3681176f60dec6dc675fc64147ade3a.zip
Add a getutxos command to the p2p protocol. It allows querying of the UTXO set
given a set of outpoints.
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 85c5dbf8d..fbb731c91 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;