mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 17:27:38 +00:00
Fix wallet update regression
Would cause subaddresses and history to update more often than necessary.
This commit is contained in:
parent
1febbc869f
commit
18cf749ad9
1 changed files with 1 additions and 2 deletions
|
@ -492,8 +492,7 @@ bool Wallet::refresh(bool historyAndSubaddresses /* = true */)
|
|||
m_subaddress->refresh(currentSubaddressAccount());
|
||||
m_subaddressAccount->getAll();
|
||||
}
|
||||
if (result)
|
||||
emit updated();
|
||||
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue