mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Update to use latest beast
This commit is contained in:
@@ -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 ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user