0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-05 14:06:27 -05:00

Comment on CConnman::nLocalServices meaning

This commit is contained in:
instagibbs 2016-09-21 17:34:10 -04:00
parent 1c24d5f637
commit b5ccded57f

View file

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