From 1d1827a77502ca302c4258d0ce83382ec43271d1 Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Tue, 4 Dec 2018 15:38:56 -0800 Subject: [PATCH] remove debug --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index aa4f428..a29a40b 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -941,7 +941,7 @@ void MainWindow::setupTransactionsTab() { if (!memo.isEmpty()) { int lastPost = memo.trimmed().lastIndexOf(QRegExp("[\r\n]+")); QString lastWord = memo.right(memo.length() - lastPost - 1); - qDebug() << lastWord; + if (Settings::getInstance()->isSaplingAddress(lastWord) || Settings::getInstance()->isSproutAddress(lastWord)) { menu.addAction(tr("Reply to ") + lastWord.left(25) + "...", [=]() {