MCPcopy Create free account
hub / github.com/ElementsProject/elements / InitError

Function InitError

src/node/ui_interface.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57void CClientUIInterface::BannedListChanged() { return g_ui_signals.BannedListChanged(); }
58
59bool InitError(const bilingual_str& str)
60{
61 uiInterface.ThreadSafeMessageBox(str, "", CClientUIInterface::MSG_ERROR);
62 return false;
63}
64
65void InitWarning(const bilingual_str& str)
66{

Callers 14

CreatePidFileFunction · 0.85
AppInitBasicSetupFunction · 0.85
LockDataDirectoryFunction · 0.85
AppInitSanityChecksFunction · 0.85
AppInitMainFunction · 0.85
AppInitFunction · 0.85
SanityChecksFunction · 0.85
StartLoggingFunction · 0.85
ParameterInteractionMethod · 0.85
InitSettingsFunction · 0.85
GuiMainFunction · 0.85

Calls 1

ThreadSafeMessageBoxMethod · 0.80

Tested by

no test coverage detected