wallet2: Don't auto lock device on process parsed blocks

This commit is contained in:
tobtoht 2021-07-13 19:01:55 +02:00
parent de3456e127
commit f5eb2ce968
1 changed files with 1 additions and 2 deletions

View File

@ -2773,9 +2773,8 @@ void wallet2::process_parsed_blocks(uint64_t start_height, const std::vector<cry
{
if (tx_cache_data[i].empty())
continue;
tpool.submit(&waiter, [&hwdev, &gender, &tx_cache_data, i]() {
tpool.submit(&waiter, [&gender, &tx_cache_data, i]() {
auto &slot = tx_cache_data[i];
boost::unique_lock<hw::device> hwdev_lock(hwdev);
for (auto &iod: slot.primary)
gender(iod);
for (auto &iod: slot.additional)