mirror of
https://github.com/monero-project/monero.git
synced 2026-01-05 01:07:21 -08:00
Merge pull request #55 from monero-project/revert-54-master
Revert "Do not fall over when refreshing balance fails"
This commit is contained in:
@@ -309,8 +309,7 @@ void wallet2::refresh(size_t & blocks_fetched, bool& received_money)
|
||||
else
|
||||
{
|
||||
LOG_ERROR("pull_blocks failed, try_count=" << try_count);
|
||||
//throw;
|
||||
return;
|
||||
throw;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user