rpc: fix getting txpool transactions

This commit is contained in:
moneromooo-monero 2017-09-29 16:26:57 +01:00
parent 5f7cddeb53
commit 7d4ef25800
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 1 additions and 0 deletions

View File

@ -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;
} }
} }