wallet2: fix pool txes not being flushed when mined

pull/235/head
moneromooo-monero 5 years ago
parent a48ef0a65a
commit 27457a2268
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

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