Exit after blocks import
[novacoin.git] / src / init.cpp
index 32f8092..babe715 100644 (file)
@@ -821,6 +821,7 @@ bool AppInit2()
             if (file)
                 LoadExternalBlockFile(file);
         }
+        exit(0);
     }
 
     filesystem::path pathBootstrap = GetDataDir() / "bootstrap.dat";