mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-22 12:45:52 +00:00
fix recursion issue with fetchLedgerPage
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user