mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-18 11:38:34 +00:00
Merge pull request #54 from zone117x/master
Do not fall over when refreshing balance fails
This commit is contained in:
commit
e10100be20
@ -309,7 +309,8 @@ 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…
x
Reference in New Issue
Block a user