mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #6478
ee58362
Used legacy category to match insert_key_images behavior (vtnerd)
This commit is contained in:
commit
0f233c6ad8
1 changed files with 1 additions and 1 deletions
|
@ -1121,7 +1121,7 @@ namespace cryptonote
|
||||||
// See `insert_key_images`.
|
// See `insert_key_images`.
|
||||||
if (1 < found->second.size() || *(found->second.cbegin()) != txid)
|
if (1 < found->second.size() || *(found->second.cbegin()) != txid)
|
||||||
return true;
|
return true;
|
||||||
return m_blockchain.txpool_tx_matches_category(txid, relay_category::broadcasted);
|
return m_blockchain.txpool_tx_matches_category(txid, relay_category::legacy);
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue