make sure address book model is up to date after sending coins
[novacoin.git] / src / qt / walletmodel.cpp
index 4d8d6fe..53555cc 100644 (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);
 }