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