comment update
authorWladimir J. van der Laan <laanwj@gmail.com>
Sat, 30 Jul 2011 17:28:41 +0000 (19:28 +0200)
committerWladimir J. van der Laan <laanwj@gmail.com>
Sat, 30 Jul 2011 17:28:41 +0000 (19:28 +0200)
src/qt/walletmodel.cpp

index 53555cc..d8139e9 100644 (file)
@@ -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);