mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fire up the initial ledgers and attach them to the application.
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user