set amt 0 for HushChat Memo

This commit is contained in:
DenioD
2020-04-28 20:34:44 +02:00
parent 555ac40ec2
commit 08fdee2557

View File

@@ -130,7 +130,7 @@ Tx MainWindow::createTxFromChatPage() {
CAmount amt;
amt = CAmount::fromDecimalString("0.00001");
amt = CAmount::fromDecimalString("0");
totalAmt = totalAmt + amt;
QString cid = QString::number( time(NULL) % std::rand() ); // low entropy for testing!
// QString cid = QUuid::createUuid().toString(QUuid::WithoutBraces); // Needs to get a fix