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

Function AmountHighWarn

src/util/error.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62bilingual_str AmountHighWarn(const std::string& optname)
63{
64 return strprintf(_("%s is set very high!"), optname);
65}
66
67bilingual_str AmountErrMsg(const std::string& optname, const std::string& strValue)
68{

Callers 2

CreateMethod · 0.85
FUZZ_TARGETFunction · 0.85

Calls 1

_Function · 0.85

Tested by 1

FUZZ_TARGETFunction · 0.68