mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-23 05:14:19 +00:00
make sure address book model is up to date after sending coins
This commit is contained in:
parent
04f38adf73
commit
f0ec774d9c
@ -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…
x
Reference in New Issue
Block a user