Merge pull request #6097

27457a2 wallet2: fix pool txes not being flushed when mined (moneromooo-monero)
pull/235/head
luigi1111 5 years ago
commit fe3f6a3e6b
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

@ -3277,7 +3277,7 @@ void wallet2::refresh(bool trusted_daemon, uint64_t start_height, uint64_t & blo
// leak allowing a passive adversary with traffic analysis capability to
// infer when we get an incoming output
std::vector<std::pair<cryptonote::transaction, bool>> process_pool_txs;
update_pool_state(process_pool_txs, refreshed);
update_pool_state(process_pool_txs, true);
bool first = true, last = false;
while(m_run.load(std::memory_order_relaxed))

Loading…
Cancel
Save