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

Function AmountErrMsg

src/util/error.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67bilingual_str AmountErrMsg(const std::string& optname, const std::string& strValue)
68{
69 return strprintf(_("Invalid amount for -%s=<amount>: '%s'"), optname, strValue);
70}

Callers 3

CreateMethod · 0.85
FUZZ_TARGETFunction · 0.85

Calls 1

_Function · 0.85

Tested by 1

FUZZ_TARGETFunction · 0.68