added debug message on wallet close

pull/2/head
Jacob Brydolf 8 years ago
parent 9afa5d782d
commit c873da75f2

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