MERGE-FIX: Fix functional tests

This commit is contained in:
Steven Roose 2019-05-22 16:54:03 +01:00
parent 473e1e9ca1
commit efe4e8ff04
No known key found for this signature in database
GPG key ID: 2F2A88D7F8D68E87
23 changed files with 97 additions and 92 deletions

View file

@ -888,11 +888,6 @@ void InitParameterInteraction()
for (const auto& arg : gArgs.GetUnsuitableSectionOnlyArgs()) {
InitWarning(strprintf(_("Config setting for %s only applied on %s network when in [%s] section."), arg, network, network));
}
// Warn if unrecognized section name are present in the config file.
for (const auto& section : gArgs.GetUnrecognizedSections()) {
InitWarning(strprintf(_("Section [%s] is not recognized."), section));
}
}
static std::string ResolveErrMsg(const char * const optname, const std::string& strBind)