MCPcopy Create free account
hub / github.com/ElementsProject/elements / initError

Method initError

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

Source from the content-addressed store, hash-verified

655 void initMessage(const std::string& message) override { ::uiInterface.InitMessage(message); }
656 void initWarning(const bilingual_str& message) override { InitWarning(message); }
657 void initError(const bilingual_str& message) override { InitError(message); }
658 void showProgress(const std::string& title, int progress, bool resume_possible) override
659 {
660 ::uiInterface.ShowProgress(title, progress, resume_possible);

Callers 2

VerifyWalletsFunction · 0.80
LoadWalletsFunction · 0.80

Calls 1

InitErrorFunction · 0.85

Tested by

no test coverage detected