simplewallet: removed unneeded LOCK_IDLE_SCOPE() from check_tx_key()

This commit is contained in:
stoffu 2017-06-20 08:36:20 +09:00
parent 8df918f8c7
commit d5f1cef73c
No known key found for this signature in database
GPG key ID: 41DAB8343A9EC012

View file

@ -3355,8 +3355,6 @@ bool simple_wallet::check_tx_key(const std::vector<std::string> &args_)
}
crypto::hash txid = *reinterpret_cast<const crypto::hash*>(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");