use seed nodes as fallback if IRC fails or with TOR

-- version 0.2.12
This commit is contained in:
s_nakamoto
2010-06-18 03:14:24 +00:00
parent 904ff7d07b
commit c58e10565e
4 changed files with 95 additions and 19 deletions

View File

@@ -19,8 +19,8 @@ class CScript;
class CDataStream;
class CAutoFile;
static const int VERSION = 211;
static const char* pszSubVer = ".0";
static const int VERSION = 212;
static const char* pszSubVer = "";