remove xpop_history, make ttUNL_REPORT well ordered

This commit is contained in:
Richard Holland
2023-06-15 13:32:26 +00:00
parent 95bef7ced3
commit 034318b158
9 changed files with 21 additions and 55 deletions

View File

@@ -502,9 +502,6 @@ Config::loadFromString(std::string const& fileContents)
std::string strTemp;
if (getSingleSection(secConfig, SECTION_XPOP_HISTORY, strTemp, j_))
XPOP_HISTORY = beast::lexicalCastThrow<uint32_t>(strTemp);
if (getSingleSection(secConfig, SECTION_NETWORK_ID, strTemp, j_))
{
if (strTemp == "main")