wallet2: fix missing exceptions from failing wallet refresh

pull/8884/head
Crypto City 12 months ago committed by moneromooo-monero
parent 94e67bf96b
commit f8687684e3
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -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();

Loading…
Cancel
Save