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 @@ -1216,7 +1216,6 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
12161216 LogPrintf (" Using data directory %s\n " , strDataDir);
12171217 LogPrintf (" Using config file %s\n " , GetConfigFile ().string ());
12181218 LogPrintf (" Using at most %i connections (%i file descriptors available)\n " , nMaxConnections, nFD);
1219- std::ostringstream strErrors;
12201219
12211220 LogPrintf (" Using %u threads for script verification\n " , nScriptCheckThreads);
12221221 if (nScriptCheckThreads) {
@@ -1810,9 +1809,6 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
18101809
18111810 // ********************************************************* Step 12: start node
18121811
1813- if (!strErrors.str ().empty ())
1814- return InitError (strErrors.str ());
1815-
18161812 // // debug print
18171813 LogPrintf (" mapBlockIndex.size() = %u\n " , mapBlockIndex.size ());
18181814 LogPrintf (" chainActive.Height() = %d\n " , chainActive.Height ());
You can’t perform that action at this time.
0 commit comments