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

@@ -463,7 +463,7 @@ public:
logs_->journal("TaggedCache"))
, m_networkOPs (make_NetworkOPs (*this, stopwatch(),
config_->RUN_STANDALONE, config_->NETWORK_QUORUM,
config_->RUN_STANDALONE, config_->NETWORK_QUORUM, config_->START_VALID,
*m_jobQueue, *m_ledgerMaster, *m_jobQueue,
logs_->journal("NetworkOPs")))