Comment on CConnman::nLocalServices meaning

This commit is contained in:
instagibbs 2016-09-21 17:34:10 -04:00
parent 1c24d5f637
commit b5ccded57f
1 changed files with 1 additions and 0 deletions

View File

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