added debug message on wallet close

This commit is contained in:
Jacob Brydolf 2016-10-30 18:09:28 +01:00
parent 9afa5d782d
commit c873da75f2

View file

@ -268,5 +268,6 @@ Wallet::Wallet(Bitmonero::Wallet *w, QObject *parent)
Wallet::~Wallet()
{
qDebug("~Wallet: Closing wallet");
Bitmonero::WalletManagerFactory::getWalletManager()->closeWallet(m_walletImpl);
}