remove debug
This commit is contained in:
@@ -941,7 +941,7 @@ void MainWindow::setupTransactionsTab() {
|
|||||||
if (!memo.isEmpty()) {
|
if (!memo.isEmpty()) {
|
||||||
int lastPost = memo.trimmed().lastIndexOf(QRegExp("[\r\n]+"));
|
int lastPost = memo.trimmed().lastIndexOf(QRegExp("[\r\n]+"));
|
||||||
QString lastWord = memo.right(memo.length() - lastPost - 1);
|
QString lastWord = memo.right(memo.length() - lastPost - 1);
|
||||||
qDebug() << lastWord;
|
|
||||||
if (Settings::getInstance()->isSaplingAddress(lastWord) ||
|
if (Settings::getInstance()->isSaplingAddress(lastWord) ||
|
||||||
Settings::getInstance()->isSproutAddress(lastWord)) {
|
Settings::getInstance()->isSproutAddress(lastWord)) {
|
||||||
menu.addAction(tr("Reply to ") + lastWord.left(25) + "...", [=]() {
|
menu.addAction(tr("Reply to ") + lastWord.left(25) + "...", [=]() {
|
||||||
|
|||||||
Reference in New Issue
Block a user