Fix erroneous 1-2 in complete ledgers.

This commit is contained in:
JoelKatz
2013-09-23 13:04:22 -07:00
parent 321898f71e
commit d90c2c0e11

View File

@@ -424,6 +424,8 @@ public:
mFeatures->addInitialFeatures ();
Pathfinder::initPathTable ();
m_ledgerMaster.setMinValidations (getConfig ().VALIDATION_QUORUM);
if (getConfig ().START_UP == Config::FRESH)
{
m_journal.info << "Starting new Ledger";
@@ -473,7 +475,6 @@ public:
m_sleCache.setTargetSize (getConfig ().getSize (siSLECacheSize));
m_sleCache.setTargetAge (getConfig ().getSize (siSLECacheAge));
m_ledgerMaster.setMinValidations (getConfig ().VALIDATION_QUORUM);
//----------------------------------------------------------------------
//