mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Bugfix.
This commit is contained in:
@@ -199,6 +199,8 @@ void Application::setup()
|
||||
if (!theConfig.RUN_STANDALONE)
|
||||
updateTables(theConfig.LDB_IMPORT);
|
||||
|
||||
mFeatureTable.addInitialFeatures();
|
||||
|
||||
if (theConfig.START_UP == Config::FRESH)
|
||||
{
|
||||
WriteLog (lsINFO, Application) << "Starting new Ledger";
|
||||
|
||||
@@ -61,7 +61,7 @@ public:
|
||||
|
||||
FeatureTable(uint32 majorityTime, int majorityFraction)
|
||||
: mMajorityTime(majorityTime), mMajorityFraction(majorityFraction), mFirstReport(0), mLastReport(0)
|
||||
{ addInitialFeatures(); }
|
||||
{ ; }
|
||||
|
||||
void addInitialFeatures();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user