[init] better message when no wallet support is compiled in

This commit is contained in:
Philip Kaufmann 2015-04-15 14:35:35 +02:00 committed by Cory Fields
parent 78f44b60d5
commit a60bfd810f

View file

@ -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