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

Function AmountHighWarn

src/ui_interface.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21std::string AmountHighWarn(const std::string& optname)
22{
23 return strprintf(_("%s is set very high!"), optname);
24}
25
26std::string AmountErrMsg(const char* const optname, const std::string& strValue)
27{

Callers 2

ParameterInteractionMethod · 0.85
CreateWalletFromFileMethod · 0.85

Calls 1

_Function · 0.85

Tested by

no test coverage detected