mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-23 23:20:33 +00:00
clang-tidy
This commit is contained in:
@@ -376,8 +376,10 @@ LedgerHistory::handleMismatch(
|
||||
<< " validated: " << to_string(*validatedConsensusHash);
|
||||
}
|
||||
else
|
||||
{
|
||||
JLOG(j_.error()) << "MISMATCH with same consensus transaction set: "
|
||||
<< to_string(*builtConsensusHash);
|
||||
}
|
||||
}
|
||||
|
||||
// Find differences between built and valid ledgers
|
||||
@@ -389,8 +391,10 @@ LedgerHistory::handleMismatch(
|
||||
JLOG(j_.error()) << "MISMATCH with same " << builtTx.size() << " transactions";
|
||||
}
|
||||
else
|
||||
{
|
||||
JLOG(j_.error()) << "MISMATCH with " << builtTx.size() << " built and " << validTx.size()
|
||||
<< " valid transactions.";
|
||||
}
|
||||
|
||||
JLOG(j_.error()) << "built\n" << getJson({*builtLedger, {}});
|
||||
JLOG(j_.error()) << "valid\n" << getJson({*validLedger, {}});
|
||||
|
||||
Reference in New Issue
Block a user