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

Function InitWarning

src/init.cpp:338–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338bool static InitWarning(const std::string& str)
339{
340 uiInterface.ThreadSafeMessageBox(str, "", CClientUIInterface::MSG_WARNING);
341 return true;
342}
343
344bool static Bind(const CService& addr, unsigned int flags)
345{

Callers 1

AppInit2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected