Fire up the initial ledgers and attach them to the application.

This commit is contained in:
JoelKatz
2011-12-13 21:54:17 -08:00
parent 7f9f5c5462
commit 0b25b9641f
6 changed files with 24 additions and 5 deletions

View File

@@ -33,8 +33,8 @@ public:
LedgerMaster();
uint32 getCurrentLedgerIndex();
bool IsSynced() { return mIsSynced; }
void SetSynced() { mIsSynced=true; }
bool isSynced() { return mIsSynced; }
void setSynced() { mIsSynced=true; }
Ledger::pointer getCurrentLedger() { return mCurrentLedger; }
Ledger::pointer getClosingLedger() { return mFinalizingLedger; }