mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-13 00:28:03 +00:00
Always set NODE_NETWORK_LIMITED bit
The current pruning implementation does ensure to always conform to BIP159
This commit is contained in:
parent
7caba38568
commit
27df193efd
@ -816,7 +816,7 @@ namespace { // Variables internal to initialization process only
|
|||||||
int nMaxConnections;
|
int nMaxConnections;
|
||||||
int nUserMaxConnections;
|
int nUserMaxConnections;
|
||||||
int nFD;
|
int nFD;
|
||||||
ServiceFlags nLocalServices = NODE_NETWORK;
|
ServiceFlags nLocalServices = ServiceFlags(NODE_NETWORK | NODE_NETWORK_LIMITED);
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user