mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix erroneous 1-2 in complete ledgers.
This commit is contained in:
@@ -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);
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user