Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
165
bilingual_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
LoadWalletArgs
Method · 0.85
FUZZ_TARGET
Function · 0.85
ApplyArgsManOptions
Function · 0.85
ReadMiningArgs
Function · 0.85
Calls
1
_
Function · 0.85
Tested by
1
FUZZ_TARGET
Function · 0.68