Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
338
bool static InitWarning(const std::string& str)
339
{
340
uiInterface.ThreadSafeMessageBox(str,
""
, CClientUIInterface::MSG_WARNING);
341
return true;
342
}
343
344
bool static Bind(const CService& addr, unsigned int flags)
345
{
Callers
1
AppInit2
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected