update// fixed wrong savings

This commit is contained in:
strider
2020-05-01 18:51:09 +02:00
parent 93837c0bec
commit 498fca3fd6
3 changed files with 60 additions and 18 deletions

View File

@@ -940,11 +940,10 @@ void Controller::refreshTransactions() {
txdata.push_back(tx);
QString cid = "";
// if (memo.startsWith("{")) {
// cid = memo.mid(14,36);
// }else{ cid = "";}
if (memo.startsWith("{")) {
cid = memo.mid(14,36);
chatModel->addCid(txid, cid);
}else{ cid = "";}
ChatItem item = ChatItem(
datetime,