add txid and cid to chatmodel

This commit is contained in:
DenioD
2020-05-01 12:27:21 +02:00
parent 24d3a4e982
commit b9dab96b87
5 changed files with 53 additions and 6 deletions

View File

@@ -1001,6 +1001,7 @@ void MainWindow::setupchatTab() {
ui->ContactZaddr->setText(p.getPartnerAddress());
ui->MyZaddr->setText(p.getMyAddress());
ui->contactNameMemo->setText(p.getName());
ui->contactCid->setText(p.getCid());
rpc->refresh(true);
}