Browse Source

Merge pull request #5832

9abbeea Remove obsolete pubsub method definitions (Pieter Wuille)
0.13
Pieter Wuille 10 years ago
parent
commit
10a3ff07f5
No known key found for this signature in database
GPG Key ID: 57896D2FF8F0B657
  1. 3
      src/net.h

3
src/net.h

@ -570,9 +570,6 @@ public: @@ -570,9 +570,6 @@ public:
}
}
bool IsSubscribed(unsigned int nChannel);
void Subscribe(unsigned int nChannel, unsigned int nHops=0);
void CancelSubscribe(unsigned int nChannel);
void CloseSocketDisconnect();
// Denial-of-service detection/prevention

Loading…
Cancel
Save