Exit after blocks import
authoralex <alex@alex-VirtualBox.(none)>
Sun, 25 Aug 2013 14:51:57 +0000 (18:51 +0400)
committeralex <alex@alex-VirtualBox.(none)>
Sun, 25 Aug 2013 14:51:57 +0000 (18:51 +0400)
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";