Merge pull request #4547

f2c2c47a simplewallet: fixed deadlock if a user hits CTRL+C twice (xiphon)
pull/127/head
Riccardo Spagni 6 years ago
commit b8a4e5b7a6
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -7050,12 +7050,6 @@ bool simple_wallet::run()
void simple_wallet::stop()
{
m_cmd_binder.stop_handling();
m_idle_run.store(false, std::memory_order_relaxed);
m_wallet->stop();
// make the background refresh thread quit
boost::unique_lock<boost::mutex> lock(m_idle_mutex);
m_idle_cond.notify_one();
}
//----------------------------------------------------------------------------------------------------
bool simple_wallet::account(const std::vector<std::string> &args/* = std::vector<std::string>()*/)

Loading…
Cancel
Save