Merge pull request #2135

5cea3552 simplewallet: lock idle scope when sweeping (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2017-07-19 11:49:09 +02:00
commit 999d4d83e9
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -2752,6 +2752,8 @@ bool simple_wallet::sweep_main(uint64_t below, const std::vector<std::string> &a
}
}
LOCK_IDLE_SCOPE();
try
{
// figure out what tx will be necessary