From 6cab5f68f9b2c59b23ae590515ed802abe7d08e7 Mon Sep 17 00:00:00 2001 From: Duke Date: Sun, 11 Dec 2022 09:39:01 -0500 Subject: [PATCH] remove sprout code --- src/mainwindow.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 0d39540..e86b865 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -2431,10 +2431,7 @@ void MainWindow::addNewZaddr(bool sapling) { if ( sapling && ui->rdioZSAddr->isChecked() ) { ui->listReceiveAddresses->insertItem(0, addr); ui->listReceiveAddresses->setCurrentIndex(0); - - ui->statusBar->showMessage(QString::fromStdString("Created new zaddr") % - (sapling ? "(Sapling)" : "(Sprout)"), - 10 * 1000); + ui->statusBar->showMessage(QString::fromStdString("Created new zaddr"), 10 * 1000); } }); }