disable memos for SDA - reacvtivate them when SDA can encrypt them
This commit is contained in:
@@ -923,7 +923,7 @@ void AppDataServer::processGetTransactions(MainWindow* mainWindow, std::shared_p
|
|||||||
{"amount", model->getAmt(i)},
|
{"amount", model->getAmt(i)},
|
||||||
{"txid", model->getTxId(i)},
|
{"txid", model->getTxId(i)},
|
||||||
{"address", model->getAddr(i)},
|
{"address", model->getAddr(i)},
|
||||||
{"memo", model->getMemo(i)},
|
// {"memo", model->getMemo(i)},
|
||||||
{"confirmations", model->getConfirmations(i)}
|
{"confirmations", model->getConfirmations(i)}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user