On a ledger jump, properly invalidate prior ledgers and invalidate a backfill in progress.

This commit is contained in:
JoelKatz
2012-12-31 00:25:52 -08:00
parent 40b87e9157
commit 8b8a538a5c
2 changed files with 36 additions and 9 deletions

View File

@@ -93,6 +93,7 @@ public:
void setLedgerRangePresent(uint32 minV, uint32 maxV) { mCompleteLedgers.setRange(minV, maxV); }
void addHeldTransaction(const Transaction::pointer& trans);
void fixMismatch(Ledger::ref ledger);
bool haveLedgerRange(uint32 from, uint32 to);