Create NODE_NSPV nServices flag
This commit is contained in:
@@ -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] = {};
|
||||
|
||||
Reference in New Issue
Block a user