NetworkOPs function to test if we have in our database a specified range of ledger numbers.

This commit is contained in:
JoelKatz
2012-11-29 11:46:22 -08:00
parent e05a24d055
commit 0fe9f178ef
4 changed files with 16 additions and 0 deletions

View File

@@ -134,6 +134,9 @@ public:
uint256 getClosedLedgerHash() { return mLedgerMaster->getClosedLedger()->getHash(); }
// Do we have this inclusive range of ledgers in our database
bool haveLedgerRange(uint32 from, uint32 to);
SerializedValidation::ref getLastValidation() { return mLastValidation; }
void setLastValidation(SerializedValidation::ref v) { mLastValidation = v; }