MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / InitWarning

Function InitWarning

src/init.cpp:247–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247bool static InitWarning(const std::string &str)
248{
249 uiInterface.ThreadSafeMessageBox(str, "", CClientUIInterface::MSG_WARNING);
250 return true;
251}
252
253bool static Bind(const CService &addr, unsigned int flags) {
254 if (!(flags & BF_EXPLICIT) && IsLimited(addr))

Callers 1

AppInit2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected