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 ();
|
mFeatures->addInitialFeatures ();
|
||||||
Pathfinder::initPathTable ();
|
Pathfinder::initPathTable ();
|
||||||
|
|
||||||
|
m_ledgerMaster.setMinValidations (getConfig ().VALIDATION_QUORUM);
|
||||||
|
|
||||||
if (getConfig ().START_UP == Config::FRESH)
|
if (getConfig ().START_UP == Config::FRESH)
|
||||||
{
|
{
|
||||||
m_journal.info << "Starting new Ledger";
|
m_journal.info << "Starting new Ledger";
|
||||||
@@ -473,7 +475,6 @@ public:
|
|||||||
m_sleCache.setTargetSize (getConfig ().getSize (siSLECacheSize));
|
m_sleCache.setTargetSize (getConfig ().getSize (siSLECacheSize));
|
||||||
m_sleCache.setTargetAge (getConfig ().getSize (siSLECacheAge));
|
m_sleCache.setTargetAge (getConfig ().getSize (siSLECacheAge));
|
||||||
|
|
||||||
m_ledgerMaster.setMinValidations (getConfig ().VALIDATION_QUORUM);
|
|
||||||
|
|
||||||
//----------------------------------------------------------------------
|
//----------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user