fix recursion issue with fetchLedgerPage

This commit is contained in:
CJ Cobb
2021-10-05 18:30:11 -04:00
parent e67ea1afb6
commit 2cb74ae706
7 changed files with 37 additions and 15 deletions

View File

@@ -233,7 +233,7 @@ protected:
// Tell the database we have finished writing all data for a particular
// ledger
bool
finishWrites(uint32_t ledgerSequence) const;
finishWrites(uint32_t ledgerSequence);
virtual bool
doOnlineDelete(uint32_t numLedgersToKeep) const = 0;