Small UI fixes

This commit is contained in:
Aditya Kulkarni
2018-10-17 15:30:01 -07:00
parent cf49b2bffa
commit 2f85d08d05
7 changed files with 35 additions and 17 deletions

View File

@@ -304,7 +304,7 @@ void MainWindow::sendButton() {
json rec = json::object();
rec["address"] = toAddr.addr.toStdString();
rec["amount"] = toAddr.amount;
if (toAddr.addr.startsWith("z"))
if (toAddr.addr.startsWith("z") && !toAddr.encodedMemo.trimmed().isEmpty())
rec["memo"] = toAddr.encodedMemo.toStdString();
allRecepients.push_back(rec);