Merge #8785: Comment on CNode::nLocalServices meaning

b5ccded Comment on CConnman::nLocalServices meaning (instagibbs)
This commit is contained in:
Wladimir J. van der Laan 2016-09-22 16:40:59 +02:00 committed by Alexander Block
parent 9ad1f3ffb9
commit 17e110f47e

View File

@ -807,6 +807,7 @@ private:
uint64_t nLocalHostNonce; uint64_t nLocalHostNonce;
// Services offered to this peer
ServiceFlags nLocalServices; ServiceFlags nLocalServices;
int nMyStartingHeight; int nMyStartingHeight;
int nSendVersion; int nSendVersion;