первоначальное значение для strWalletFileName
[novacoin.git] / src / init.cpp
index 483d277..e40f36b 100644 (file)
@@ -28,7 +28,7 @@ using namespace boost;
 
 CWallet* pwalletMain;
 CClientUIInterface uiInterface;
-std::string strWalletFileName;
+std::string strWalletFileName = "wallet.dat";
 bool fConfChange;
 unsigned int nNodeLifespan;
 unsigned int nDerivationMethodIndex;