Skip to content

Commit 599df51

Browse files
laanwjcodablock
authored andcommitted
Merge bitcoin#8516: [trivial] remove no-longer-used InitError logic
edb6cf1 remove no-longer-used InitError logic (instagibbs)
1 parent a953997 commit 599df51

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/init.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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());

0 commit comments

Comments
 (0)