mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
make sure address book model is up to date after sending coins
This commit is contained in:
parent
04f38adf73
commit
f0ec774d9c
1 changed files with 1 additions and 0 deletions
|
|
@ -159,6 +159,7 @@ WalletModel::SendCoinsReturn WalletModel::sendCoins(const QList<SendCoinsRecipie
|
|||
wallet->SetAddressBookName(strAddress, rcp.label.toStdString());
|
||||
}
|
||||
}
|
||||
addressTableModel->updateList();
|
||||
|
||||
return SendCoinsReturn(OK, 0, hex);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue