wallet: API changes to enable passphrase entry

This commit is contained in:
Dusan Klinec
2019-03-26 12:29:08 +01:00
parent fe3403c8f0
commit 827f52add0
4 changed files with 37 additions and 10 deletions
+5
View File
@@ -449,6 +449,11 @@ WalletImpl::~WalletImpl()
close(false); // do not store wallet as part of the closing activities
// Stop refresh thread
stopRefresh();
if (m_wallet2Callback->getListener()) {
m_wallet2Callback->getListener()->onSetWallet(nullptr);
}
LOG_PRINT_L1(__FUNCTION__ << " finished");
}