aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2011-07-30 19:28:41 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2011-07-30 19:28:41 +0200
commita5e1325879de3b7dbe604da574f9962408bc7575 (patch)
treece1461990c0d05ab763a793408d0ebe82a743173
parentf0ec774d9c3a95142d680a396dd4430bf301e78d (diff)
downloadbitcoin-a5e1325879de3b7dbe604da574f9962408bc7575.tar.xz
comment update
-rw-r--r--src/qt/walletmodel.cpp2
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);