mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-01 00:15:51 +00:00
Fix.
This commit is contained in:
@@ -816,9 +816,9 @@ void LedgerConsensus::accept(SHAMap::pointer set)
|
|||||||
newOL->addJson(p, LEDGER_JSON_DUMP_TXNS | LEDGER_JSON_DUMP_STATE);
|
newOL->addJson(p, LEDGER_JSON_DUMP_TXNS | LEDGER_JSON_DUMP_STATE);
|
||||||
ssw.write(Log(lsTRACE).ref(), p);
|
ssw.write(Log(lsTRACE).ref(), p);
|
||||||
Log(lsINFO) << "newLCL after transactions";
|
Log(lsINFO) << "newLCL after transactions";
|
||||||
Json::Value p;
|
Json::Value p2;
|
||||||
newLCL->addJson(p, LEDGER_JSON_DUMP_TXNS | LEDGER_JSON_DUMP_STATE);
|
newLCL->addJson(p2, LEDGER_JSON_DUMP_TXNS | LEDGER_JSON_DUMP_STATE);
|
||||||
ssw.write(Log(lsTRACE).ref(), p);
|
ssw.write(Log(lsTRACE).ref(), p2);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user