mirror of
https://github.com/monero-project/monero.git
synced 2024-11-18 10:01:02 +00:00
Merge pull request #3470
ad19f86
don't show error twice when starting simplewallet (cryptochangements34)
This commit is contained in:
commit
8e1b322a15
1 changed files with 1 additions and 1 deletions
|
@ -3830,7 +3830,7 @@ void simple_wallet::on_skip_transaction(uint64_t height, const crypto::hash &txi
|
||||||
//----------------------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------------------
|
||||||
bool simple_wallet::refresh_main(uint64_t start_height, bool reset, bool is_init)
|
bool simple_wallet::refresh_main(uint64_t start_height, bool reset, bool is_init)
|
||||||
{
|
{
|
||||||
if (!try_connect_to_daemon())
|
if (!try_connect_to_daemon(is_init))
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
LOCK_IDLE_SCOPE();
|
LOCK_IDLE_SCOPE();
|
||||||
|
|
Loading…
Reference in a new issue