This commit is contained in:
JoelKatz
2013-05-29 16:46:28 -07:00
parent 5af4673104
commit df874d6193
2 changed files with 3 additions and 1 deletions

View File

@@ -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";

View File

@@ -61,7 +61,7 @@ public:
FeatureTable(uint32 majorityTime, int majorityFraction)
: mMajorityTime(majorityTime), mMajorityFraction(majorityFraction), mFirstReport(0), mLastReport(0)
{ addInitialFeatures(); }
{ ; }
void addInitialFeatures();