MCPcopy Create free account
hub / github.com/LUX-Core/lux / AbortNode

Function AbortNode

src/main.cpp:5163–5172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5161
5162
5163bool AbortNode(const std::string& strMessage, const std::string& userMessage)
5164{
5165 strMiscWarning = strMessage;
5166 LogPrintf("*** %s\n", strMessage);
5167 uiInterface.ThreadSafeMessageBox(
5168 userMessage.empty() ? _("Error: A fatal internal error occured, see debug.log for details") : userMessage,
5169 "", CClientUIInterface::MSG_ERROR);
5170 StartShutdown();
5171 return false;
5172}
5173
5174
5175/**

Callers 4

ConnectBlockFunction · 0.85
FlushStateToDiskFunction · 0.85
CheckDiskSpaceFunction · 0.85
LoadExternalBlockFileFunction · 0.85

Calls 3

_Function · 0.85
StartShutdownFunction · 0.70
emptyMethod · 0.45

Tested by

no test coverage detected