mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Remove unused hash in export_key_images
This commit is contained in:
parent
7e339ea873
commit
4f8c3b771f
1 changed files with 0 additions and 3 deletions
|
@ -10869,9 +10869,6 @@ std::pair<size_t, std::vector<std::pair<crypto::key_image, crypto::signature>>>
|
||||||
{
|
{
|
||||||
const transfer_details &td = m_transfers[n];
|
const transfer_details &td = m_transfers[n];
|
||||||
|
|
||||||
crypto::hash hash;
|
|
||||||
crypto::cn_fast_hash(&td.m_key_image, sizeof(td.m_key_image), hash);
|
|
||||||
|
|
||||||
// get ephemeral public key
|
// get ephemeral public key
|
||||||
const cryptonote::tx_out &out = td.m_tx.vout[td.m_internal_output_index];
|
const cryptonote::tx_out &out = td.m_tx.vout[td.m_internal_output_index];
|
||||||
THROW_WALLET_EXCEPTION_IF(out.target.type() != typeid(txout_to_key), error::wallet_internal_error,
|
THROW_WALLET_EXCEPTION_IF(out.target.type() != typeid(txout_to_key), error::wallet_internal_error,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue