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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue