Browse Source

(trivial) follow-up 7b91da9966

patch-4
SomberNight 4 years ago
parent
commit
ae57941981
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 2
      electrum/gui/qt/transaction_dialog.py

2
electrum/gui/qt/transaction_dialog.py

@ -872,7 +872,7 @@ class PreviewTxDialog(BaseTxDialog, TxEditor):
self.tx.set_rbf(self.rbf_cb.isChecked())
locktime = self.locktime_e.get_locktime()
if locktime is not None:
self.tx.locktime = self.locktime_e.get_locktime()
self.tx.locktime = locktime
for widget in [self.fee_slider, self.fee_combo, self.feecontrol_fields, self.rbf_cb,
self.locktime_setter_widget, self.locktime_e]:
widget.setEnabled(False)

Loading…
Cancel
Save