mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-10 05:03:26 +01:00
Merge pull request #2548
7d4ef258
rpc: fix getting txpool transactions (moneromooo-monero)
This commit is contained in:
commit
86e9de588c
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user