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

@@ -65,6 +65,7 @@ public:
enum StartUpType { FRESH, NORMAL, LOAD, NETWORK };
StartUpType START_UP;
std::string START_LEDGER;
// Database
std::string DATABASE_PATH;