Merge pull request #55 from monero-project/revert-54-master

Revert "Do not fall over when refreshing balance fails"
release-v0.4.0.1
Thomas Winget 10 years ago
commit 4c67dbb08e

@ -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;
} }
} }
} }

Loading…
Cancel
Save