pwalletMain.

This commit is contained in:
Christopher Jeffrey 2014-08-20 16:49:33 -07:00
parent f9eb3215e6
commit af2026aa50

View File

@ -175,6 +175,10 @@ extern void (ThreadImport)(std::vector<boost::filesystem::path>);
extern void (DetectShutdownThread)(boost::thread_group*);
extern int nScriptCheckThreads;
// extern const int DEFAULT_SCRIPTCHECK_THREADS; // static!!
// #ifdef ENABLE_WALLET
// extern std::string strWalletFile;
// extern CWallet *pwalletMain;
// #endif
// Relevant:
// ~/bitcoin/src/init.cpp