Revert "Do not fall over when refreshing balance fails"

This commit is contained in:
Thomas Winget 2014-06-30 06:45:20 -04:00
parent e10100be20
commit 55721da1fd

View file

@ -309,8 +309,7 @@ void wallet2::refresh(size_t & blocks_fetched, bool& received_money)
else else
{ {
LOG_ERROR("pull_blocks failed, try_count=" << try_count); LOG_ERROR("pull_blocks failed, try_count=" << try_count);
//throw; throw;
return;
} }
} }
} }