Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
std::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
AppInitParameterInteraction
Function · 0.85
ParameterInteraction
Method · 0.85
CreateWalletFromFile
Method · 0.85
Calls
1
_
Function · 0.85
Tested by
no test coverage detected