mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-04 01:47:23 -04:00
Updated wallet close behaviour
This commit is contained in:
@@ -480,7 +480,7 @@ Wallet::~Wallet()
|
||||
qDebug("~Wallet: Closing wallet");
|
||||
|
||||
delete m_history;
|
||||
|
||||
Monero::WalletManagerFactory::getWalletManager()->closeWallet(m_walletImpl);
|
||||
|
||||
//Monero::WalletManagerFactory::getWalletManager()->closeWallet(m_walletImpl);
|
||||
delete m_walletImpl;
|
||||
qDebug("m_walletImpl deleted");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user