mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
Merge pull request #5084
9d58749b
wallet2: fix hashchain going out of sync on refresh error (moneromooo-monero)
This commit is contained in:
commit
b0d326bf2a
@ -3001,6 +3001,11 @@ 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;
|
||||
start_height = 0;
|
||||
blocks.clear();
|
||||
parsed_blocks.clear();
|
||||
short_chain_history.clear();
|
||||
get_short_chain_history(short_chain_history, 1);
|
||||
++try_count;
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user