aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2011-05-22 19:32:18 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2011-05-22 19:32:18 +0200
commit858ff187f5c2411e9618aefd698845f522a61809 (patch)
treebd7e10bd50d6fca9c30d0f5077c48e852152462b /core
parent18cab09a959bc3f62e5112be5cb5ad61f871d963 (diff)
downloadbitcoin-858ff187f5c2411e9618aefd698845f522a61809.tar.xz
don't start in server mode
Diffstat (limited to 'core')
-rw-r--r--core/src/init.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/init.cpp b/core/src/init.cpp
index 5528c430f9..d40d29cf09 100644
--- a/core/src/init.cpp
+++ b/core/src/init.cpp
@@ -220,10 +220,11 @@ bool AppInit2(int argc, char* argv[])
fServer = GetBoolArg("-server");
/* force fServer when running without GUI */
+#if 0
#ifndef GUI
fServer = true;
#endif
-
+#endif
fPrintToConsole = GetBoolArg("-printtoconsole");
fPrintToDebugger = GetBoolArg("-printtodebugger");