aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2015-04-15 14:35:35 +0200
committerCory Fields <cory-nospam-@coryfields.com>2015-05-14 01:02:00 -0400
commita60bfd810f5961cb71cdba5a1e4c538ac9cc4953 (patch)
tree253d8c30e9f8e49ee8ee0027ccda6ba842475f90 /src
parent78f44b60d59ac43f1f0fff5a2f7fef01f9d0cadc (diff)
downloadbitcoin-a60bfd810f5961cb71cdba5a1e4c538ac9cc4953.tar.xz
[init] better message when no wallet support is compiled in
Diffstat (limited to 'src')
-rw-r--r--src/init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 6ef0ce4268..e2bc36a8e4 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