mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Merge UP TO 551c8e9526 into merged_master (UP TO bitcoin/bitcoin#26349)
Includes FIXMEs for a few functional tests
This commit is contained in:
commit
ca0a68b350
295 changed files with 5068 additions and 1834 deletions
|
|
@ -63,6 +63,11 @@ bilingual_str ResolveErrMsg(const std::string& optname, const std::string& strBi
|
|||
return strprintf(_("Cannot resolve -%s address: '%s'"), optname, strBind);
|
||||
}
|
||||
|
||||
bilingual_str InvalidPortErrMsg(const std::string& optname, const std::string& invalid_value)
|
||||
{
|
||||
return strprintf(_("Invalid port specified in %s: '%s'"), optname, invalid_value);
|
||||
}
|
||||
|
||||
bilingual_str AmountHighWarn(const std::string& optname)
|
||||
{
|
||||
return strprintf(_("%s is set very high!"), optname);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue