Revert "Do not fall over when refreshing balance fails"

pull/95/head
Thomas Winget 10 years ago
parent e10100be20
commit 55721da1fd

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

Loading…
Cancel
Save