fix validator list unit tests

This commit is contained in:
Richard Holland
2023-02-07 12:10:41 +00:00
parent aa61e1be38
commit d3cc1a8798
5 changed files with 13 additions and 12 deletions

View File

@@ -2391,7 +2391,7 @@ NetworkOPsImp::getServerInfo(bool human, bool admin, bool counters)
Json::Value& w = warnings.append(Json::objectValue);
w[jss::id] = warnRPC_EXPIRED_VALIDATOR_LIST;
w[jss::message] =
"This server has an expired validator list. validators.txt "
"This server has an expired validator list. validators-xahau.txt "
"may be incorrectly configured or some [validator_list_sites] "
"may be unreachable.";
}