Add private peers.

This commit is contained in:
Arthur Britto
2012-11-20 14:48:53 -08:00
parent ea00a2d0d0
commit ad4725ae74
4 changed files with 22 additions and 4 deletions

View File

@@ -300,6 +300,7 @@ void ConnectionPool::connectTo(const std::string& strIp, int iPort)
{
if (theConfig.RUN_STANDALONE)
return;
{
Database* db = theApp->getWalletDB()->getDB();
ScopedLock sl(theApp->getWalletDB()->getDBLock());