LevelDB import operation.

This commit is contained in:
JoelKatz
2013-05-04 01:22:17 -07:00
parent ecfe553ef9
commit 1938a30c67
6 changed files with 28 additions and 3 deletions

View File

@@ -187,7 +187,7 @@ void Application::setup()
mLedgerDB->getDB()->setupCheckpointing(&mJobQueue);
if (!theConfig.RUN_STANDALONE)
updateTables();
updateTables(theConfig.LDB_IMPORT);
if (theConfig.START_UP == Config::FRESH)
{