Missed a crypto::null_pkey in PR#2629
release-v0.4.0.1
Howard Chu 7 years ago
parent b85e82bf6a
commit 29cee4ec4f
No known key found for this signature in database
GPG Key ID: FD2A70B44AB11BA7

@ -3752,7 +3752,7 @@ bool simple_wallet::get_tx_proof(const std::vector<std::string> &args)
// fetch tx pubkey
crypto::public_key tx_pub_key = get_tx_pub_key_from_extra(tx);
if (tx_pub_key == null_pkey)
if (tx_pub_key == crypto::null_pkey)
{
fail_msg_writer() << tr("Tx pubkey was not found");
return true;

Loading…
Cancel
Save