diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-07-30 19:28:41 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-07-30 19:28:41 +0200 |
| commit | a5e1325879de3b7dbe604da574f9962408bc7575 (patch) | |
| tree | ce1461990c0d05ab763a793408d0ebe82a743173 /src/qt/walletmodel.cpp | |
| parent | make sure address book model is up to date after sending coins (diff) | |
| download | discoin-a5e1325879de3b7dbe604da574f9962408bc7575.tar.xz discoin-a5e1325879de3b7dbe604da574f9962408bc7575.zip | |
comment update
Diffstat (limited to 'src/qt/walletmodel.cpp')
| -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 53555cc08..d8139e9f0 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); |