Add "syncing" state.

This commit is contained in:
JoelKatz
2013-05-23 18:46:39 -07:00
parent 68c8162a87
commit 576ee472bf
5 changed files with 30 additions and 13 deletions

View File

@@ -83,6 +83,7 @@ public:
// The published ledger is the last fully validated ledger
Ledger::ref getValidatedLedger() { return mPubLedger; }
int getValidatedLedgerAge();
TER doTransaction(SerializedTransaction::ref txn, TransactionEngineParams params, bool& didApply);