MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / AmountErrMsg

Function AmountErrMsg

src/common/messages.cpp:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165bilingual_str AmountErrMsg(const std::string& optname, const std::string& strValue)
166{
167 return strprintf(_("Invalid amount for -%s=<amount>: '%s'"), optname, strValue);
168}
169} // namespace common

Callers 4

LoadWalletArgsMethod · 0.85
FUZZ_TARGETFunction · 0.85
ApplyArgsManOptionsFunction · 0.85
ReadMiningArgsFunction · 0.85

Calls 1

_Function · 0.85

Tested by 1

FUZZ_TARGETFunction · 0.68