mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 00:41:31 +00:00
add help text to bump fee dialog
This commit is contained in:
parent
8cd08cc0fa
commit
ce4608ae76
1 changed files with 1 additions and 1 deletions
|
@ -3184,9 +3184,9 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
|
|||
tx_size = tx.estimated_size()
|
||||
d = WindowModalDialog(self, _('Bump Fee'))
|
||||
vbox = QVBoxLayout(d)
|
||||
vbox.addWidget(WWLabel(_("Increase your transaction's fee to improve its position in mempool.")))
|
||||
vbox.addWidget(QLabel(_('Current fee') + ': %s'% self.format_amount(fee) + ' ' + self.base_unit()))
|
||||
vbox.addWidget(QLabel(_('New fee' + ':')))
|
||||
|
||||
fee_e = BTCAmountEdit(self.get_decimal_point)
|
||||
fee_e.setAmount(fee * 1.5)
|
||||
vbox.addWidget(fee_e)
|
||||
|
|
Loading…
Add table
Reference in a new issue