Merge pull request 'Fix wallet update regression' (#68) from tobtoht/feather:no_update into master

Reviewed-on: feather/feather#68
tobtoht-patch-1
tobtoht 4 years ago
commit eca37f934c

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

Loading…
Cancel
Save