mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-12-26 07:07:57 +00:00
wallet2: fix missing exceptions from failing wallet refresh
This commit is contained in:
parent
1ce32d8536
commit
62bb95b25f
1 changed files with 1 additions and 0 deletions
|
@ -3632,6 +3632,7 @@ void wallet2::refresh(bool trusted_daemon, uint64_t start_height, uint64_t & blo
|
||||||
{
|
{
|
||||||
LOG_PRINT_L1("Another try pull_blocks (try_count=" << try_count << ")...");
|
LOG_PRINT_L1("Another try pull_blocks (try_count=" << try_count << ")...");
|
||||||
first = true;
|
first = true;
|
||||||
|
last = false;
|
||||||
start_height = 0;
|
start_height = 0;
|
||||||
blocks.clear();
|
blocks.clear();
|
||||||
parsed_blocks.clear();
|
parsed_blocks.clear();
|
||||||
|
|
Loading…
Reference in a new issue