From 778cc92ce41d998af9e2e3cd181fbd2589d15e38 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 25 Aug 2013 18:51:57 +0400 Subject: [PATCH] Exit after blocks import --- src/init.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/init.cpp b/src/init.cpp index 32f8092..babe715 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -821,6 +821,7 @@ bool AppInit2() if (file) LoadExternalBlockFile(file); } + exit(0); } filesystem::path pathBootstrap = GetDataDir() / "bootstrap.dat"; -- 1.7.1