Merge pull request #2548

7d4ef258 rpc: fix getting txpool transactions (moneromooo-monero)
release-v0.4.0.1
Riccardo Spagni 7 years ago
commit 86e9de588c
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -504,6 +504,7 @@ namespace cryptonote
{
sorted_txs.push_back(*i);
missed_txs.remove(h);
pool_tx_hashes.insert(h);
++found_in_pool;
}
}

Loading…
Cancel
Save