From f7f1917ed4708a73e54d9f983e6919df764beb06 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Wed, 18 Apr 2018 09:31:11 +0100 Subject: [PATCH] wallet2: remove useless device locking --- src/wallet/wallet2.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index 57f75e3ec..e220cc058 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -1093,9 +1093,8 @@ void wallet2::process_new_transaction(const crypto::hash &txid, const cryptonote //ensure device is let in NONE mode in any case hw::device &hwdev = m_account.get_device(); - boost::unique_lock hwdev_lock (hwdev); + boost::unique_lock hwdev_lock (hwdev, boost::defer_lock); hw::reset_mode rst(hwdev); - hwdev_lock.unlock(); // In this function, tx (probably) only contains the base information // (that is, the prunable stuff may or may not be included)