mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Stray character
This commit is contained in:
@@ -338,7 +338,7 @@ bool LedgerEntrySet::threadOwners(SLE::ref node, Ledger::ref ledger,
|
|||||||
#endif
|
#endif
|
||||||
return threadTx(node->getOwner(), ledger, newMods);
|
return threadTx(node->getOwner(), ledger, newMods);
|
||||||
}
|
}
|
||||||
else if (node->hasTwoOwners()) // thread to owner's accounts]
|
else if (node->hasTwoOwners()) // thread to owner's accounts
|
||||||
{
|
{
|
||||||
#ifdef META_DEBUG
|
#ifdef META_DEBUG
|
||||||
cLog(lsTRACE) << "Thread to two owners";
|
cLog(lsTRACE) << "Thread to two owners";
|
||||||
|
|||||||
Reference in New Issue
Block a user