use note automation only for chat related txs
This commit is contained in:
@@ -2032,7 +2032,7 @@ void MainWindow::sendMoneyChat() {
|
||||
ui->memoTxtChat->clear();
|
||||
|
||||
// And send the Tx
|
||||
rpc->executeTransaction(tx,
|
||||
rpc->executeTransaction(tx, true,
|
||||
[=] (QString txid) {
|
||||
ui->statusBar->showMessage(Settings::txidStatusMessage + " " + txid);
|
||||
|
||||
@@ -2320,7 +2320,7 @@ void MainWindow::sendMoneyRequestChat() {
|
||||
ui->memoTxtChat->clear();
|
||||
|
||||
// And send the Tx
|
||||
rpc->executeTransaction(tx,
|
||||
rpc->executeTransaction(tx, true,
|
||||
[=] (QString txid) {
|
||||
ui->statusBar->showMessage(Settings::txidStatusMessage + " " + txid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user