MCPcopy Create free account
hub / github.com/Bitcoin-ABC/bitcoin-abc / initWarning

Method initWarning

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

Source from the content-addressed store, hash-verified

736 ::uiInterface.InitMessage(message);
737 }
738 void initWarning(const bilingual_str &message) override {
739 InitWarning(message);
740 }
741 void initError(const bilingual_str &message) override {
742 InitError(message);
743 }

Callers 2

VerifyWalletsFunction · 0.80
LoadWalletsFunction · 0.80

Calls 1

InitWarningFunction · 0.85

Tested by

no test coverage detected