mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Clean up JSON code:
* Remove obsolete files * Remove obsolete preprocessor configuration tags and decorations * Remove arcane functionality (YAML compatibility, comment support) * Enforce strict mode (single root) * Improve parsing of numerical types * Misc. cleanups
This commit is contained in:
committed by
Tom Ritchford
parent
6d91d02c62
commit
558c6b621b
@@ -1074,7 +1074,7 @@ bool ApplicationImp::loadOldLedger (
|
||||
{
|
||||
Json::Reader reader;
|
||||
Json::Value jLedger;
|
||||
if (!reader.parse (ledgerFile, jLedger, false))
|
||||
if (!reader.parse (ledgerFile, jLedger))
|
||||
m_journal.fatal << "Unable to parse ledger JSON";
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user