первоначальное значение для strWalletFileName
authorfsb4000 <fsb4000@yandex.ru>
Sat, 3 Jan 2015 20:47:04 +0000 (02:47 +0600)
committerfsb4000 <fsb4000@yandex.ru>
Sat, 3 Jan 2015 20:47:04 +0000 (02:47 +0600)
у меня это устранило https://github.com/novacoin-project/novacoin/issues/96 и https://github.com/novacoin-project/novacoin/issues/95

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;