make sure address book model is up to date after sending coins

This commit is contained in:
Wladimir J. van der Laan 2011-07-30 19:21:46 +02:00
parent 04f38adf73
commit f0ec774d9c

View file

@ -159,6 +159,7 @@ WalletModel::SendCoinsReturn WalletModel::sendCoins(const QList<SendCoinsRecipie
wallet->SetAddressBookName(strAddress, rcp.label.toStdString());
}
}
addressTableModel->updateList();
return SendCoinsReturn(OK, 0, hex);
}