Make it possible to start from a specific chosen ledger.

This commit is contained in:
JoelKatz
2013-01-07 23:47:39 -08:00
parent 7a2f098ac4
commit cc2588aba2
4 changed files with 35 additions and 15 deletions

View File

@@ -84,7 +84,7 @@ class Application
boost::recursive_mutex mPeerMapLock;
void startNewLedger();
void loadOldLedger();
void loadOldLedger(const std::string&);
public:
Application();