From ec5057e4ce2e73138c5936bf0e2839f2a5134f77 Mon Sep 17 00:00:00 2001 From: DenioD <41270280+DenioD@users.noreply.github.com> Date: Mon, 27 Apr 2020 23:12:43 +0200 Subject: [PATCH] set amt to 0 for HushChat Memos --- src/chatmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chatmodel.cpp b/src/chatmodel.cpp index 25e012d..e3374f1 100644 --- a/src/chatmodel.cpp +++ b/src/chatmodel.cpp @@ -150,7 +150,7 @@ Tx MainWindow::createTxFromChatPage() { // Remove label if it exists addr = AddressBook::addressFromAddressLabel(addr); - QString amtStr = "0.00001"; + QString amtStr = "0"; // bool ok; CAmount amt;