set amt to 0 for HushChat Memos
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user