From a60bfd810f5961cb71cdba5a1e4c538ac9cc4953 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Wed, 15 Apr 2015 14:35:35 +0200 Subject: [PATCH] [init] better message when no wallet support is compiled in --- src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/init.cpp b/src/init.cpp index 6ef0ce426..e2bc36a8e 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1328,7 +1328,7 @@ bool AppInit2(boost::thread_group& threadGroup) pwalletMain->SetBroadcastTransactions(GetBoolArg("-walletbroadcast", true)); } // (!fDisableWallet) #else // ENABLE_WALLET - LogPrintf("No wallet compiled in!\n"); + LogPrintf("No wallet support compiled in!\n"); #endif // !ENABLE_WALLET // ********************************************************* Step 9: import blocks