File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1067,7 +1067,6 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
1067
1067
LogPrintf (" Using data directory %s\n " , strDataDir);
1068
1068
LogPrintf (" Using config file %s\n " , GetConfigFile ().string ());
1069
1069
LogPrintf (" Using at most %i connections (%i file descriptors available)\n " , nMaxConnections, nFD);
1070
- std::ostringstream strErrors;
1071
1070
1072
1071
LogPrintf (" Using %u threads for script verification\n " , nScriptCheckThreads);
1073
1072
if (nScriptCheckThreads) {
@@ -1492,9 +1491,6 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
1492
1491
1493
1492
// ********************************************************* Step 11: start node
1494
1493
1495
- if (!strErrors.str ().empty ())
1496
- return InitError (strErrors.str ());
1497
-
1498
1494
// // debug print
1499
1495
LogPrintf (" mapBlockIndex.size() = %u\n " , mapBlockIndex.size ());
1500
1496
LogPrintf (" nBestHeight = %d\n " , chainActive.Height ());
You can’t perform that action at this time.
0 commit comments