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

Function ResolveErrMsg

src/util/error.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57bilingual_str ResolveErrMsg(const std::string& optname, const std::string& strBind)
58{
59 return strprintf(_("Cannot resolve -%s address: '%s'"), optname, strBind);
60}
61
62bilingual_str AmountHighWarn(const std::string& optname)
63{

Callers 3

AppInitMainFunction · 0.85
TryParseMethod · 0.85
FUZZ_TARGETFunction · 0.85

Calls 1

_Function · 0.85

Tested by 1

FUZZ_TARGETFunction · 0.68