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/net.cpp | |
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/net.cpp')
-rw-r--r-- | src/net.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net.cpp b/src/net.cpp index e2adba8517..3966706207 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -67,7 +67,7 @@ namespace { // bool fDiscover = true; bool fListen = true; -uint64_t nLocalServices = NODE_NETWORK | NODE_GETUTXOS; +uint64_t nLocalServices = NODE_NETWORK; CCriticalSection cs_mapLocalHost; map<CNetAddr, LocalServiceInfo> mapLocalHost; static bool vfReachable[NET_MAX] = {}; |