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

Function AmountErrMsg

src/ui_interface.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26std::string AmountErrMsg(const char* const optname, const std::string& strValue)
27{
28 return strprintf(_("Invalid amount for -%s=<amount>: '%s'"), optname, strValue);
29}

Callers 3

ParameterInteractionMethod · 0.85
CreateWalletFromFileMethod · 0.85

Calls 1

_Function · 0.85

Tested by

no test coverage detected