diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-07-30 19:28:41 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-07-30 19:28:41 +0200 |
commit | a5e1325879de3b7dbe604da574f9962408bc7575 (patch) | |
tree | ce1461990c0d05ab763a793408d0ebe82a743173 | |
parent | f0ec774d9c3a95142d680a396dd4430bf301e78d (diff) |
comment update
-rw-r--r-- | src/qt/walletmodel.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp index 53555cc08a..d8139e9f09 100644 --- a/src/qt/walletmodel.cpp +++ b/src/qt/walletmodel.cpp @@ -159,6 +159,8 @@ WalletModel::SendCoinsReturn WalletModel::sendCoins(const QList<SendCoinsRecipie wallet->SetAddressBookName(strAddress, rcp.label.toStdString()); } } + + // Update our model of the address table addressTableModel->updateList(); return SendCoinsReturn(OK, 0, hex); |