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