Use the immutable LES.

This commit is contained in:
JoelKatz
2013-05-14 18:36:26 -07:00
parent 29d86eba55
commit 696ffe4b87

View File

@@ -1854,7 +1854,7 @@ void NetworkOPs::getBookPage(Ledger::pointer lpLedger, const uint160& uTakerPays
cLog(lsTRACE) << boost::str(boost::format("getBookPage: uBookEnd=%s") % uBookEnd);
cLog(lsTRACE) << boost::str(boost::format("getBookPage: uTipIndex=%s") % uTipIndex);
LedgerEntrySet lesActive(lpLedger, tapNONE);
LedgerEntrySet lesActive(lpLedger, tapNONE, true);
bool bDone = false;
bool bDirectAdvance = true;