Merge pull request #3805
8a6894c
Log which wallet is used during init (Wladimir J. van der Laan)
This commit is contained in:
commit
9b7449bae6
1 changed files with 1 additions and 0 deletions
|
@ -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()))
|
||||
|
|
Loading…
Reference in a new issue