aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <[email protected]>2015-04-15 14:35:35 +0200
committerCory Fields <[email protected]>2015-05-14 01:02:00 -0400
commita60bfd810f5961cb71cdba5a1e4c538ac9cc4953 (patch)
tree253d8c30e9f8e49ee8ee0027ccda6ba842475f90 /src/init.cpp
parentCapitalized P2P (diff)
downloaddiscoin-a60bfd810f5961cb71cdba5a1e4c538ac9cc4953.tar.xz
discoin-a60bfd810f5961cb71cdba5a1e4c538ac9cc4953.zip
[init] better message when no wallet support is compiled in
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp2
1 files changed, 1 insertions, 1 deletions
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