add contact request flag to headermemo - work in progress
This commit is contained in:
@@ -315,6 +315,9 @@ Tx MainWindow::createTxForSafeContactRequest() {
|
|||||||
// QString cid = c.getCid(); // This has to be a new cid for the contact
|
// 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 myAddr = c.getMyAddress(); // this should be a new HushChat zaddr
|
||||||
// QString addr = c.getPartnerAddress(); // this address will be insert by the user
|
// QString addr = c.getPartnerAddress(); // this address will be insert by the user
|
||||||
|
QString cid = "";
|
||||||
|
QString myAddr = "";
|
||||||
|
QString addr = "";
|
||||||
QString safeContact = "true";
|
QString safeContact = "true";
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user