mirror of
https://github.com/monero-project/monero.git
synced 2026-01-29 15:54:43 +01:00
rpc: fix getting txpool transactions
This commit is contained in:
@@ -504,6 +504,7 @@ namespace cryptonote
|
|||||||
{
|
{
|
||||||
sorted_txs.push_back(*i);
|
sorted_txs.push_back(*i);
|
||||||
missed_txs.remove(h);
|
missed_txs.remove(h);
|
||||||
|
pool_tx_hashes.insert(h);
|
||||||
++found_in_pool;
|
++found_in_pool;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user