pwalletMain.
This commit is contained in:
parent
f9eb3215e6
commit
af2026aa50
@ -175,6 +175,10 @@ extern void (ThreadImport)(std::vector<boost::filesystem::path>);
|
|||||||
extern void (DetectShutdownThread)(boost::thread_group*);
|
extern void (DetectShutdownThread)(boost::thread_group*);
|
||||||
extern int nScriptCheckThreads;
|
extern int nScriptCheckThreads;
|
||||||
// extern const int DEFAULT_SCRIPTCHECK_THREADS; // static!!
|
// extern const int DEFAULT_SCRIPTCHECK_THREADS; // static!!
|
||||||
|
// #ifdef ENABLE_WALLET
|
||||||
|
// extern std::string strWalletFile;
|
||||||
|
// extern CWallet *pwalletMain;
|
||||||
|
// #endif
|
||||||
|
|
||||||
// Relevant:
|
// Relevant:
|
||||||
// ~/bitcoin/src/init.cpp
|
// ~/bitcoin/src/init.cpp
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user