mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-13 09:05:48 +01:00
util: Move ResolveErrMsg to util/error
This commit is contained in:
@@ -822,11 +822,6 @@ void InitParameterInteraction()
|
||||
}
|
||||
}
|
||||
|
||||
static std::string ResolveErrMsg(const char * const optname, const std::string& strBind)
|
||||
{
|
||||
return strprintf(_("Cannot resolve -%s address: '%s'").translated, optname, strBind);
|
||||
}
|
||||
|
||||
/**
|
||||
* Initialize global loggers.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user