mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Revert "Add a getutxos command to the p2p protocol. It allows querying of the UTXO set"
This reverts commit da2ec100f3.
This commit is contained in:
parent
fd452c254f
commit
70352e11c0
4 changed files with 2 additions and 89 deletions
|
|
@ -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] = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue