Add '--valid" command line option to consider starting ledger valid

This commit is contained in:
JoelKatz
2015-09-24 12:10:04 -07:00
committed by Vinnie Falco
parent 3c52fdfabe
commit f9a65e4966
5 changed files with 26 additions and 9 deletions

View File

@@ -185,7 +185,7 @@ public:
};
StartUpType START_UP = NORMAL;
bool START_VALID = false;
std::string START_LEDGER;