diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2015-04-15 14:35:35 +0200 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2015-05-14 01:02:00 -0400 |
commit | a60bfd810f5961cb71cdba5a1e4c538ac9cc4953 (patch) | |
tree | 253d8c30e9f8e49ee8ee0027ccda6ba842475f90 /src/init.cpp | |
parent | 78f44b60d59ac43f1f0fff5a2f7fef01f9d0cadc (diff) |
[init] better message when no wallet support is compiled in
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 2 |
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 |