Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop

This commit is contained in:
Arthur Britto
2013-04-17 02:19:25 -07:00
6 changed files with 115 additions and 49 deletions

View File

@@ -885,10 +885,6 @@ TER RippleCalc::calcNodeAdvance(
if (bDirectAdvance)
{ // Get next quality.
// FIXME: This looks at the original ledger and doesn't take into account any changes
// in the LedgerEntrySet. If this code, for example, created offers, this would
// not return the pages they're in.
uDirectTip = lesActive.getNextLedgerIndex(uDirectTip, uDirectEnd);
bDirectDirDirty = true;