fixup! Pause online delete if there any any gaps in recent ledger history

This commit is contained in:
Ed Hennis
2025-07-02 18:51:42 -04:00
parent 54f7f3c894
commit d3009d3e1c

View File

@@ -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 = [&] {