Skip to content

Commit

Permalink
Make sure overview page is updated with bitcoin balance changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zathras-crypto committed Feb 16, 2015
1 parent 2529635 commit 8ba72ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/qt/overviewpage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,9 @@ void OverviewPage::setBalance(qint64 balance, qint64 unconfirmedBalance, qint64
// alert status with the update balance signal that comes in after each block to see if it had any alerts in it
updateAlerts();

// Update Omni balances also when we catch this
updateOmni();

int unit = walletModel->getOptionsModel()->getDisplayUnit();
currentBalance = balance;
currentUnconfirmedBalance = unconfirmedBalance;
Expand Down

0 comments on commit 8ba72ca

Please sign in to comment.