Get rid of the redundant SSL contexts.

This commit is contained in:
JoelKatz
2013-01-10 09:10:40 -08:00
parent ce3ce7820b
commit cfcb1a2c11
4 changed files with 8 additions and 19 deletions

View File

@@ -114,6 +114,7 @@ public:
LoadManager& getLoadManager() { return mLoadMgr; }
LoadFeeTrack& getFeeTrack() { return mFeeTrack; }
TXQueue& getTxnQueue() { return mTxnQueue; }
PeerDoor& getPeerDoor() { return *mPeerDoor; }
bool isNew(const uint256& s) { return mSuppressions.addSuppression(s); }