From d5f1cef73c8269ab3c731616e351c32e16a2ec30 Mon Sep 17 00:00:00 2001 From: stoffu Date: Tue, 20 Jun 2017 08:36:20 +0900 Subject: [PATCH] simplewallet: removed unneeded LOCK_IDLE_SCOPE() from check_tx_key() --- src/simplewallet/simplewallet.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index dc3e3ebe1..4d53f063e 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -3355,8 +3355,6 @@ bool simple_wallet::check_tx_key(const std::vector &args_) } crypto::hash txid = *reinterpret_cast(txid_data.data()); - LOCK_IDLE_SCOPE(); - if (local_args[1].size() < 64 || local_args[1].size() % 64) { fail_msg_writer() << tr("failed to parse tx key");