mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01: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 nUserMaxConnections;
|
||||
int nFD;
|
||||
ServiceFlags nLocalServices = NODE_NETWORK;
|
||||
ServiceFlags nLocalServices = ServiceFlags(NODE_NETWORK | NODE_NETWORK_LIMITED);
|
||||
|
||||
} // namespace
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user