set amt 0 for HushChat Memo
This commit is contained in:
@@ -130,7 +130,7 @@ Tx MainWindow::createTxFromChatPage() {
|
|||||||
CAmount amt;
|
CAmount amt;
|
||||||
|
|
||||||
|
|
||||||
amt = CAmount::fromDecimalString("0.00001");
|
amt = CAmount::fromDecimalString("0");
|
||||||
totalAmt = totalAmt + amt;
|
totalAmt = totalAmt + amt;
|
||||||
QString cid = QString::number( time(NULL) % std::rand() ); // low entropy for testing!
|
QString cid = QString::number( time(NULL) % std::rand() ); // low entropy for testing!
|
||||||
// QString cid = QUuid::createUuid().toString(QUuid::WithoutBraces); // Needs to get a fix
|
// QString cid = QUuid::createUuid().toString(QUuid::WithoutBraces); // Needs to get a fix
|
||||||
|
|||||||
Reference in New Issue
Block a user