MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / initWarning

Method initWarning

src/node/interfaces.cpp:786–786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784 bool shutdownRequested() override { return ShutdownRequested(m_node); }
785 void initMessage(const std::string& message) override { ::uiInterface.InitMessage(message); }
786 void initWarning(const bilingual_str& message) override { InitWarning(message); }
787 void initError(const bilingual_str& message) override { InitError(message); }
788 void showProgress(const std::string& title, int progress, bool resume_possible) override
789 {

Callers 2

VerifyWalletsFunction · 0.80
LoadWalletsFunction · 0.80

Calls 1

InitWarningFunction · 0.85

Tested by

no test coverage detected