|
|
@ -40,7 +40,6 @@ using namespace std;
|
|
|
|
using namespace boost;
|
|
|
|
using namespace boost;
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef ENABLE_WALLET
|
|
|
|
#ifdef ENABLE_WALLET
|
|
|
|
std::string strWalletFile;
|
|
|
|
|
|
|
|
CWallet* pwalletMain;
|
|
|
|
CWallet* pwalletMain;
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
@ -584,7 +583,7 @@ bool AppInit2(boost::thread_group& threadGroup)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
bSpendZeroConfChange = GetArg("-spendzeroconfchange", true);
|
|
|
|
bSpendZeroConfChange = GetArg("-spendzeroconfchange", true);
|
|
|
|
|
|
|
|
|
|
|
|
strWalletFile = GetArg("-wallet", "wallet.dat");
|
|
|
|
std::string strWalletFile = GetArg("-wallet", "wallet.dat");
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
// ********************************************************* Step 4: application initialization: dir lock, daemonize, pidfile, debug log
|
|
|
|
// ********************************************************* Step 4: application initialization: dir lock, daemonize, pidfile, debug log
|
|
|
|
|
|
|
|
|
|
|
|