From 5f5802ae294f68414ff40ed36c78850311720f0e Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 17 Apr 2018 15:30:23 +0300 Subject: [PATCH] Test --- src/wallet/wallet.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 233af1a4e..2f9858611 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -3049,6 +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)); if (nLoadWalletRet == DB_NEED_REWRITE) { if (CDB::Rewrite(strWalletFile, "\x04pool"))