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:
tobtoht 2020-10-14 22:40:56 +00:00
commit eca37f934c
1 changed files with 1 additions and 2 deletions

View File

@ -492,8 +492,7 @@ bool Wallet::refresh(bool historyAndSubaddresses /* = true */)
m_subaddress->refresh(currentSubaddressAccount());
m_subaddressAccount->getAll();
}
if (result)
emit updated();
return result;
}
}