mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
Merge pull request 'Fix wallet update regression' (#68) from tobtoht/feather:no_update into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/68
This commit is contained in:
commit
eca37f934c
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