mirror of
https://github.com/monero-project/monero.git
synced 2026-01-19 16:10:35 -08:00
wallet2_api: implement stop() to interrupt refresh() loop once
This commit is contained in:
@@ -910,6 +910,11 @@ std::string WalletImpl::path() const
|
||||
return m_wallet->path();
|
||||
}
|
||||
|
||||
void WalletImpl::stop()
|
||||
{
|
||||
m_wallet->stop();
|
||||
}
|
||||
|
||||
bool WalletImpl::store(const std::string &path)
|
||||
{
|
||||
clearStatus();
|
||||
|
||||
Reference in New Issue
Block a user