Browse Source

Merge #8785: Comment on CNode::nLocalServices meaning

b5ccded Comment on CConnman::nLocalServices meaning (instagibbs)
0.14
Wladimir J. van der Laan 8 years ago
parent
commit
2b514aa2ea
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 1
      src/net.h

1
src/net.h

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

Loading…
Cancel
Save