diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-08-27 18:04:09 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-08-27 18:04:29 +0200 |
commit | 70352e11c0194fe4e71efea06220544749f4cd64 (patch) | |
tree | ca38482997826fe173d07403b3dc2551906a1f1f /src/version.h | |
parent | fd452c254fc66b6562b509ab00d6eb8e3c762106 (diff) |
Revert "Add a getutxos command to the p2p protocol. It allows querying of the UTXO set"
This reverts commit da2ec100f3681176f60dec6dc675fc64147ade3a.
Diffstat (limited to 'src/version.h')
-rw-r--r-- | src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h index 3a6c0f3719..b87aa8258c 100644 --- a/src/version.h +++ b/src/version.h @@ -27,7 +27,7 @@ extern const std::string CLIENT_DATE; // network protocol versioning // -static const int PROTOCOL_VERSION = 70003; +static const int PROTOCOL_VERSION = 70002; // initial proto version, to be increased after version/verack negotiation static const int INIT_PROTO_VERSION = 209; |