mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-12 19:20:42 +02:00
GUI/Options: Rewrite datacarriersize tooltip in light of match_more_datacarrier
This commit is contained in:
parent
9c76017625
commit
1e97b0ced4
@ -305,7 +305,7 @@ OptionsDialog::OptionsDialog(QWidget* parent, bool enableWallet)
|
||||
datacarriersize = new QSpinBox(groupBox_Spamfiltering);
|
||||
datacarriersize->setMinimum(0);
|
||||
datacarriersize->setMaximum(std::numeric_limits<int>::max());
|
||||
datacarriersize->setToolTip(tr("Since 2014, a specific method for attaching arbitrary data to transactions has been recognised as not requiring space in the coin database. Since it is sometimes impractical to detect small spam disguised as ordinary transactions, it is sometimes considered beneficial to treat these less harmful data attachments as equals to legitimate usage."));
|
||||
datacarriersize->setToolTip(tr("While Bitcoin itself does not support attaching arbitrary data to transactions, despite that various methods for disguising it have been devised over the years. Since it is sometimes impractical to detect small spam disguised as ordinary transactions, it is sometimes considered beneficial to tolerate certain kinds of less harmful data attachments."));
|
||||
CreateOptionUI(verticalLayout_Spamfiltering, datacarriersize, tr("Ignore transactions with additional data larger than %s bytes."));
|
||||
|
||||
dustrelayfee = new BitcoinAmountField(groupBox_Spamfiltering);
|
||||
|
Loading…
Reference in New Issue
Block a user