Update to use latest beast

This commit is contained in:
Miguel Portilla
2017-07-10 19:09:58 -04:00
parent 61316c7f95
commit 95f107d487
29 changed files with 326 additions and 244 deletions

View File

@@ -1571,7 +1571,7 @@ bool ApplicationImp::loadOldLedger (
}
}
}
else if (ledgerID.empty () || beast::detail::ci_equal(ledgerID, "latest"))
else if (ledgerID.empty () || beast::detail::iequals(ledgerID, "latest"))
{
loadLedger = getLastFullLedger ();
}