mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
Wallet: do not emit updated on refresh
This commit is contained in:
parent
d7135393cd
commit
64db32dca9
1 changed files with 1 additions and 2 deletions
|
@ -633,8 +633,7 @@ bool Wallet::refresh(bool historyAndSubaddresses /* = true */)
|
||||||
m_subaddress->refresh(currentSubaddressAccount());
|
m_subaddress->refresh(currentSubaddressAccount());
|
||||||
m_subaddressAccount->getAll();
|
m_subaddressAccount->getAll();
|
||||||
}
|
}
|
||||||
if (result)
|
|
||||||
emit updated();
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue