simplewallet: removed unneeded LOCK_IDLE_SCOPE() from check_tx_key()

pull/1992/head
stoffu 7 years ago
parent 8df918f8c7
commit d5f1cef73c
No known key found for this signature in database
GPG Key ID: 41DAB8343A9EC012

@ -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");

Loading…
Cancel
Save