rpc: fix getting txpool transactions

release-v0.4.0.1
moneromooo-monero 7 years ago
parent 5f7cddeb53
commit 7d4ef25800
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

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