set amt to 0 for HushChat Memos

This commit is contained in:
DenioD
2020-04-27 23:12:43 +02:00
parent 21a3a90bb0
commit ec5057e4ce

View File

@@ -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;