Some more cleanup

This commit is contained in:
adityapk00
2019-02-05 14:51:55 -08:00
parent 724c3b4f44
commit 0e997eedf4
2 changed files with 38 additions and 28 deletions

View File

@@ -57,7 +57,7 @@ public:
void processDecryptedMessage(QString message, MainWindow* mainWindow, QWebSocket* pClient);
void processGetTransactions(MainWindow* mainWindow, QWebSocket* pClient);
QString decryptMessage(QJsonDocument msg, QString secretHex, bool skipNonceCheck = false);
QString decryptMessage(QJsonDocument msg, QString secretHex, QString lastRemoteNonceHex);
QString encryptOutgoing(QString msg);
QString getSecretHex();