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

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
commit 2b514aa2ea
No known key found for this signature in database
GPG key ID: 74810B012346C9A6

View file

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