mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-01-11 20:22:37 -03:00
rpc: fix getting txpool transactions
This commit is contained in:
parent
5f7cddeb53
commit
7d4ef25800
1 changed files with 1 additions and 0 deletions
|
@ -504,6 +504,7 @@ namespace cryptonote
|
|||
{
|
||||
sorted_txs.push_back(*i);
|
||||
missed_txs.remove(h);
|
||||
pool_tx_hashes.insert(h);
|
||||
++found_in_pool;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue