From f8687684e336e5c120f7f93a91c36bd51791da20 Mon Sep 17 00:00:00 2001 From: Crypto City Date: Tue, 30 May 2023 16:51:28 +0000 Subject: [PATCH] wallet2: fix missing exceptions from failing wallet refresh --- src/wallet/wallet2.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index 378fccfab..338d34b50 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -3776,6 +3776,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 << ")..."); first = true; + last = false; start_height = 0; blocks.clear(); parsed_blocks.clear();