This commit is contained in:
jl777
2018-04-17 15:31:35 +03:00
parent 5f5802ae29
commit b7fae74e58

View File

@@ -3049,7 +3049,7 @@ DBErrors CWallet::LoadWallet(bool& fFirstRunRet)
return DB_LOAD_OK;
fFirstRunRet = false;
DBErrors nLoadWalletRet = CWalletDB(strWalletFile,"cr+").LoadWallet(this);
fprintf(stderr,"loading wallet %s %u\n",strWalletFile.ToString().c_str(),(uint32_t)time(NULL));
fprintf(stderr,"loading wallet %s %u\n",strWalletFile.c_str(),(uint32_t)time(NULL));
if (nLoadWalletRet == DB_NEED_REWRITE)
{
if (CDB::Rewrite(strWalletFile, "\x04pool"))