mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-20 12:39:47 +01:00
Merge pull request #3805
8a6894c Log which wallet is used during init (Wladimir J. van der Laan)
This commit is contained in:
@@ -593,6 +593,7 @@ bool AppInit2(boost::thread_group& threadGroup)
|
||||
// ********************************************************* Step 5: verify wallet database integrity
|
||||
#ifdef ENABLE_WALLET
|
||||
if (!fDisableWallet) {
|
||||
LogPrintf("Using wallet %s\n", strWalletFile);
|
||||
uiInterface.InitMessage(_("Verifying wallet..."));
|
||||
|
||||
if (!bitdb.Open(GetDataDir()))
|
||||
|
||||
Reference in New Issue
Block a user