game: fix locking bug on wallet load

This commit is contained in:
Crypto City 2020-06-10 12:12:54 +00:00
parent a198126b75
commit b586c8d290

View File

@ -113,7 +113,6 @@ public:
if (w)
{
MDEBUG("Load success");
boost::unique_lock<boost::mutex> lock(mutex);
on_done(std::shared_ptr<tools::wallet2>(w.release()), password, {});
}
else