mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-05 13:28:53 +00:00
commit
99b14ccd6a
@ -1351,7 +1351,7 @@ namespace cryptonote
|
|||||||
for (; sorted_it != m_txs_by_fee_and_receive_time.end(); ++sorted_it)
|
for (; sorted_it != m_txs_by_fee_and_receive_time.end(); ++sorted_it)
|
||||||
{
|
{
|
||||||
txpool_tx_meta_t meta;
|
txpool_tx_meta_t meta;
|
||||||
if (!m_blockchain.get_txpool_tx_meta(sorted_it->second, meta) && !meta.matches(relay_category::legacy))
|
if (!m_blockchain.get_txpool_tx_meta(sorted_it->second, meta) || !meta.matches(relay_category::legacy))
|
||||||
{
|
{
|
||||||
MERROR(" failed to find tx meta");
|
MERROR(" failed to find tx meta");
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user