set default fee to 0.5mBTC/kb
This commit is contained in:
@@ -2570,7 +2570,8 @@ class ElectrumWindow(QMainWindow):
|
||||
widgets.append((nz_label, nz, nz_help))
|
||||
|
||||
fee_label = QLabel(_('Transaction fee per kb') + ':')
|
||||
fee_help = HelpButton(_('Fee per kilobyte of transaction.') + '\n' + _('Recommended value') + ': ' + self.format_amount(10000) + ' ' + self.base_unit())
|
||||
fee_help = HelpButton(_('Fee per kilobyte of transaction.') + '\n' \
|
||||
+ _('Recommended value') + ': ' + self.format_amount(bitcoin.RECOMMENDED_FEE) + ' ' + self.base_unit())
|
||||
fee_e = BTCAmountEdit(self.get_decimal_point)
|
||||
fee_e.setAmount(self.wallet.fee_per_kb)
|
||||
if not self.config.is_modifiable('fee_per_kb'):
|
||||
|
||||
Reference in New Issue
Block a user