mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 22:45:52 +00:00
Cleanup.
This commit is contained in:
@@ -1874,12 +1874,12 @@ void NetworkOPs::getBookPage(Ledger::pointer lpLedger, const uint160& uTakerPays
|
|||||||
if (bDirectAdvance) {
|
if (bDirectAdvance) {
|
||||||
bDirectAdvance = false;
|
bDirectAdvance = false;
|
||||||
|
|
||||||
cLog(lsTRACE) << boost::str(boost::format("getBookPage: bDirectAdvance"));
|
cLog(lsTRACE) << "getBookPage: bDirectAdvance";
|
||||||
|
|
||||||
sleOfferDir = lesActive.entryCache(ltDIR_NODE, lpLedger->getNextLedgerIndex(uTipIndex, uBookEnd));
|
sleOfferDir = lesActive.entryCache(ltDIR_NODE, lpLedger->getNextLedgerIndex(uTipIndex, uBookEnd));
|
||||||
if (!sleOfferDir)
|
if (!sleOfferDir)
|
||||||
{
|
{
|
||||||
cLog(lsTRACE) << boost::str(boost::format("getBookPage: bDone"));
|
cLog(lsTRACE) << "getBookPage: bDone";
|
||||||
bDone = true;
|
bDone = true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user