mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
Bitcoin-Qt: Remove redundant tooltip on optional transaction fee. Fixes #1218
This commit is contained in:
parent
9d4b05c0dc
commit
1ef3a48c03
@ -223,7 +223,6 @@ MainOptionsPage::MainOptionsPage(QWidget *parent):
|
||||
QLabel *fee_label = new QLabel(tr("Pay transaction &fee"));
|
||||
fee_hbox->addWidget(fee_label);
|
||||
fee_edit = new BitcoinAmountField();
|
||||
fee_edit->setToolTip(tr("Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended."));
|
||||
|
||||
fee_label->setBuddy(fee_edit);
|
||||
fee_hbox->addWidget(fee_edit);
|
||||
|
Loading…
Reference in New Issue
Block a user