Skip to content

Commit 4b4f6ea

Browse files
committed
GUI/Options: Update informational notice to reflect new Spam filtering tab
1 parent 78aeaac commit 4b4f6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/optionsdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ OptionsDialog::OptionsDialog(QWidget* parent, bool enableWallet)
501501
QVBoxLayout * const verticalLayout_Mining = new QVBoxLayout(tabMining);
502502
ui->tabWidget->insertTab(ui->tabWidget->indexOf(ui->tabWindow), tabMining, tr("M&ining"));
503503

504-
verticalLayout_Mining->addWidget(new QLabel(tr("<strong>Note that mining is heavily influenced by the settings on the Mempool tab.</strong>")));
504+
verticalLayout_Mining->addWidget(new QLabel(tr("<strong>Note that mining is heavily influenced by the settings on the Mempool and Spam filtering tabs.</strong>")));
505505

506506
blockmintxfee = new BitcoinAmountField(tabMining);
507507
CreateOptionUI(verticalLayout_Mining, blockmintxfee, tr("Only mine transactions paying a fee of at least %s per kvB."));

0 commit comments

Comments
 (0)