wallet2: fix pool txes not being flushed when mined
This commit is contained in:
parent
a48ef0a65a
commit
27457a2268
|
@ -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
|
// leak allowing a passive adversary with traffic analysis capability to
|
||||||
// infer when we get an incoming output
|
// infer when we get an incoming output
|
||||||
std::vector<std::pair<cryptonote::transaction, bool>> process_pool_txs;
|
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;
|
bool first = true, last = false;
|
||||||
while(m_run.load(std::memory_order_relaxed))
|
while(m_run.load(std::memory_order_relaxed))
|
||||||
|
|
Loading…
Reference in New Issue