mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Replace LEDGER_JSON_ macros with an enum.
This commit is contained in:
@@ -928,7 +928,7 @@ Ledger::pointer Ledger::getSQL (std::string const& sql)
|
||||
{
|
||||
WriteLog (lsERROR, Ledger) << "Failed on ledger";
|
||||
Json::Value p;
|
||||
addJson (p, {*ret, LEDGER_JSON_FULL});
|
||||
addJson (p, {*ret, LedgerFill::full});
|
||||
WriteLog (lsERROR, Ledger) << p;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user