mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-05 03:05:49 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
105790e61d |
@@ -339,7 +339,7 @@ LedgerHistory::handleMismatch(
|
|||||||
|
|
||||||
assert(builtLedger->info().seq == validLedger->info().seq);
|
assert(builtLedger->info().seq == validLedger->info().seq);
|
||||||
|
|
||||||
if (auto stream = j_.debug())
|
if (auto stream = j_.error())
|
||||||
{
|
{
|
||||||
stream << "Built: " << getJson({*builtLedger, {}});
|
stream << "Built: " << getJson({*builtLedger, {}});
|
||||||
stream << "Valid: " << getJson({*validLedger, {}});
|
stream << "Valid: " << getJson({*validLedger, {}});
|
||||||
|
|||||||
Reference in New Issue
Block a user