mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Enable testing beta RPC API version with config
This commit is contained in:
@@ -635,6 +635,9 @@ Config::loadFromString(std::string const& fileContents)
|
||||
"majority is 15 minutes");
|
||||
}
|
||||
|
||||
if (getSingleSection(secConfig, SECTION_BETA_RPC_API, strTemp, j_))
|
||||
BETA_RPC_API = beast::lexicalCastThrow<bool>(strTemp);
|
||||
|
||||
// Do not load trusted validator configuration for standalone mode
|
||||
if (!RUN_STANDALONE)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user