comment update

pull/2/merge
Wladimir J. van der Laan 13 years ago
parent f0ec774d9c
commit a5e1325879

@ -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);

Loading…
Cancel
Save