URI: 
       t(trivial) follow-up 7b91da9966fcef4b2c9b743e38178cd2fd8c20ca - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit ae579419818e3db20a98c6ac8dd810defa3de125
   DIR parent 7afcfe7943584bf057d60c889485cc7d53f2af5c
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Wed, 23 Sep 2020 15:25:13 +0200
       
       (trivial) follow-up 7b91da9966fcef4b2c9b743e38178cd2fd8c20ca
       
       Diffstat:
         M electrum/gui/qt/transaction_dialog… |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/electrum/gui/qt/transaction_dialog.py b/electrum/gui/qt/transaction_dialog.py
       t@@ -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)