diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index a63eb4be..7f8bb65f 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -309,7 +309,8 @@ void wallet2::refresh(size_t & blocks_fetched, bool& received_money) else { LOG_ERROR("pull_blocks failed, try_count=" << try_count); - throw; + //throw; + return; } } }