mirror of
https://github.com/monero-project/monero.git
synced 2025-01-28 18:56:31 +02:00
Do not fall over when refreshing balance fails
This commit is contained in:
parent
eba62452c0
commit
b87577f444
@ -309,7 +309,8 @@ void wallet2::refresh(size_t & blocks_fetched, bool& received_money)
|
||||
else
|
||||
{
|
||||
LOG_ERROR("pull_blocks failed, try_count=" << try_count);
|
||||
throw;
|
||||
//throw;
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user