From da2ec100f3681176f60dec6dc675fc64147ade3a Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Mon, 19 May 2014 22:25:17 +0200 Subject: Add a getutxos command to the p2p protocol. It allows querying of the UTXO set given a set of outpoints. --- src/net.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net.cpp') diff --git a/src/net.cpp b/src/net.cpp index 62124514c..e78c7b7fa 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -66,7 +66,7 @@ namespace { // bool fDiscover = true; bool fListen = true; -uint64_t nLocalServices = NODE_NETWORK; +uint64_t nLocalServices = NODE_NETWORK | NODE_GETUTXOS; CCriticalSection cs_mapLocalHost; map mapLocalHost; static bool vfReachable[NET_MAX] = {}; -- cgit v1.2.3