mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-05 17:56:49 +00:00
chore: Enable clang-tidy misc checks (#6655)
This commit is contained in:
@@ -147,7 +147,7 @@ STLedgerEntry::thread(
|
||||
uint256& prevTxID,
|
||||
std::uint32_t& prevLedgerID)
|
||||
{
|
||||
uint256 oldPrevTxID = getFieldH256(sfPreviousTxnID);
|
||||
uint256 const oldPrevTxID = getFieldH256(sfPreviousTxnID);
|
||||
|
||||
JLOG(debugLog().info()) << "Thread Tx:" << txID << " prev:" << oldPrevTxID;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user