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

@@ -884,7 +884,9 @@ void Controller::refreshTransactions() {
datetime,
address,
QString(""),
memo
memo,
"", // we have to set the cid here,
txid
// true // is an outgoing message
);
chatModel->addMessage(item);
@@ -933,7 +935,9 @@ void Controller::refreshTransactions() {
datetime,
address,
QString(""),
memo
memo,
"", // we have to set the cid here
txid
);
chatModel->addMessage(item);