solve warnings at startup

This commit is contained in:
Wladimir J. van der Laan
2011-07-14 21:21:17 +02:00
parent 2a097fc5ed
commit 77b615ceba
6 changed files with 4 additions and 10 deletions

View File

@@ -48,7 +48,7 @@ void WalletModel::update()
// Plainly emit all signals for now. To be more efficient this should check
// whether the values actually changed first, although it'd be even better if these
// were events coming in from the bitcoin core.
emit balanceChanged(getBalance());
emit balanceChanged(getBalance(), wallet->GetUnconfirmedBalance());
emit numTransactionsChanged(getNumTransactions());
addressTableModel->update();