1
0
Fork 0
mirror of https://git.wownero.com/wownero/wownero.git synced 2024-08-15 01:03:23 +00:00

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

Revert "Do not fall over when refreshing balance fails"
This commit is contained in:
Thomas Winget 2014-06-30 06:47:48 -04:00
commit 4c67dbb08e

View file

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