Range of validated ledgers.

This commit is contained in:
JoelKatz
2013-03-27 14:46:31 -07:00
parent ff1742a068
commit 3ec1865ce5
3 changed files with 18 additions and 0 deletions

View File

@@ -143,6 +143,7 @@ public:
bool haveLedgerRange(uint32 from, uint32 to);
bool haveLedger(uint32 seq);
bool getValidatedRange(uint32& minVal, uint32& maxVal);
void resumeAcquiring();