From fabf0bdfc4c7c42ea194906bf7ce7418b7914b41 Mon Sep 17 00:00:00 2001 From: DenioD <41270280+DenioD@users.noreply.github.com> Date: Fri, 19 Jun 2020 07:56:31 +0200 Subject: [PATCH] disable memos for SDA - reacvtivate them when SDA can encrypt them --- src/websockets.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/websockets.cpp b/src/websockets.cpp index 3dcc767..25eaaa6 100644 --- a/src/websockets.cpp +++ b/src/websockets.cpp @@ -923,7 +923,7 @@ void AppDataServer::processGetTransactions(MainWindow* mainWindow, std::shared_p {"amount", model->getAmt(i)}, {"txid", model->getTxId(i)}, {"address", model->getAddr(i)}, - {"memo", model->getMemo(i)}, + // {"memo", model->getMemo(i)}, {"confirmations", model->getConfirmations(i)} }); }