mirror of
https://github.com/monero-project/monero.git
synced 2026-06-12 19:11:36 -07:00
Merge pull request #10483
0617f43fix: warning: ignored-attributes (tobtoht)2cf3e27fix: warning: unused-result (tobtoht)d8f27befix: warning: unused-function (tobtoht)ffbb0ccfix: warning: unused-const-variable (tobtoht)57975abfix: warning: deprecated-declarations (tobtoht)3294b8efix: warning: unused-variable (tobtoht)20f6f5ffix: warning: unused-lambda-capture (tobtoht)37e76ecfix: warning: inconsistent-missing-override (tobtoht)
This commit is contained in:
@@ -4095,7 +4095,7 @@ void wallet2::refresh(bool trusted_daemon, uint64_t start_height, uint64_t & blo
|
||||
// "I had to reorder some code to fix... a timing info leak IIRC. In turn, this undid something I had fixed before, ... a subtle race condition with the txpool.
|
||||
// It was pretty subtle IIRC, and so I needed time to think about how to refix it after the move, and I never got to it."
|
||||
// https://github.com/monero-project/monero/pull/6097
|
||||
bool refreshed = false;
|
||||
// bool refreshed = false;
|
||||
std::shared_ptr<std::map<std::pair<uint64_t, uint64_t>, size_t>> output_tracker_cache;
|
||||
hw::device &hwdev = m_account.get_device();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user