Browse Source

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

pull/145/head
Philip Kaufmann 9 years ago
committed by Cory Fields
parent
commit
a60bfd810f
  1. 2
      src/init.cpp

2
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

Loading…
Cancel
Save