Create NODE_NSPV nServices flag

This commit is contained in:
jl777
2019-07-02 08:56:09 -11:00
parent b876a9b929
commit ab5954e7ef
4 changed files with 7 additions and 4 deletions

View File

@@ -83,7 +83,7 @@ extern char ASSETCHAINS_SYMBOL[65];
bool fDiscover = true;
bool fListen = true;
uint64_t nLocalServices = NODE_NETWORK;
uint64_t nLocalServices = NODE_NETWORK | NODE_NSPV;
CCriticalSection cs_mapLocalHost;
map<CNetAddr, LocalServiceInfo> mapLocalHost;
static bool vfLimited[NET_MAX] = {};