mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
first half of XPOP_HISTORY
This commit is contained in:
@@ -481,6 +481,9 @@ Config::loadFromString(std::string const& fileContents)
|
||||
|
||||
std::string strTemp;
|
||||
|
||||
if (getSingleSection(secConfig, SECTION_XPOP_HISTORY, strTemp, j_))
|
||||
XPOP_HISTORY = beast::lexicalCastThrow<bool>(strTemp);
|
||||
|
||||
if (getSingleSection(secConfig, SECTION_PEER_PRIVATE, strTemp, j_))
|
||||
PEER_PRIVATE = beast::lexicalCastThrow<bool>(strTemp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user