simplewallet: removed unneeded LOCK_IDLE_SCOPE() from check_tx_key()
This commit is contained in:
parent
8df918f8c7
commit
d5f1cef73c
|
@ -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());
|
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)
|
if (local_args[1].size() < 64 || local_args[1].size() % 64)
|
||||||
{
|
{
|
||||||
fail_msg_writer() << tr("failed to parse tx key");
|
fail_msg_writer() << tr("failed to parse tx key");
|
||||||
|
|
Loading…
Reference in New Issue