Ledger switch logic.

This commit is contained in:
JoelKatz
2012-05-05 13:50:55 -07:00
parent 038144d5aa
commit 41be3dfd35
2 changed files with 12 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ public:
{ return mEngine.applyTransaction(txn, params); }
void pushLedger(Ledger::pointer newLedger);
void switchLedgers(Ledger::pointer lastClosed, Ledger::pointer newCurrent);
Ledger::pointer getLedgerBySeq(uint32 index)
{