mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-06 18:26:51 +00:00
fixup! Pause online delete if there any any gaps in recent ledger history
This commit is contained in:
@@ -1597,7 +1597,7 @@ LedgerMaster::getCompleteLedgers() const
|
||||
std::size_t
|
||||
LedgerMaster::missingFromCompleteLedgerRange(
|
||||
LedgerIndex first,
|
||||
LedgerIndex last) const;
|
||||
LedgerIndex last) const
|
||||
{
|
||||
// Make a copy of the range to avoid holding the lock
|
||||
auto const range = [&] {
|
||||
|
||||
Reference in New Issue
Block a user