From 42da01d87ca61584463737ade14c493852304ed2 Mon Sep 17 00:00:00 2001 From: Richard Holland Date: Wed, 21 Dec 2022 11:43:57 +0000 Subject: [PATCH] xpop_history bug --- src/ripple/core/impl/Config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ripple/core/impl/Config.cpp b/src/ripple/core/impl/Config.cpp index 10063d8bf..5245a2168 100644 --- a/src/ripple/core/impl/Config.cpp +++ b/src/ripple/core/impl/Config.cpp @@ -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(strTemp); + XPOP_HISTORY = beast::lexicalCastThrow(strTemp); if (getSingleSection(secConfig, SECTION_NETWORK_ID, strTemp, j_)) {