From bf7cb9416816fcae841512b29061447f9056b4c4 Mon Sep 17 00:00:00 2001 From: DenioD <41270280+DenioD@users.noreply.github.com> Date: Wed, 29 Apr 2020 22:54:27 +0200 Subject: [PATCH] add contact request flag to headermemo - work in progress --- src/chatmodel.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/chatmodel.cpp b/src/chatmodel.cpp index 53f94a2..153fe97 100644 --- a/src/chatmodel.cpp +++ b/src/chatmodel.cpp @@ -315,6 +315,9 @@ Tx MainWindow::createTxForSafeContactRequest() { // QString cid = c.getCid(); // This has to be a new cid for the contact // QString myAddr = c.getMyAddress(); // this should be a new HushChat zaddr // QString addr = c.getPartnerAddress(); // this address will be insert by the user + QString cid = ""; + QString myAddr = ""; + QString addr = ""; QString safeContact = "true";