mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 17:55:20 +00:00
(trivial) follow-up 7b91da9966
This commit is contained in:
parent
7afcfe7943
commit
ae57941981
1 changed files with 1 additions and 1 deletions
|
@ -872,7 +872,7 @@ class PreviewTxDialog(BaseTxDialog, TxEditor):
|
||||||
self.tx.set_rbf(self.rbf_cb.isChecked())
|
self.tx.set_rbf(self.rbf_cb.isChecked())
|
||||||
locktime = self.locktime_e.get_locktime()
|
locktime = self.locktime_e.get_locktime()
|
||||||
if locktime is not None:
|
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,
|
for widget in [self.fee_slider, self.fee_combo, self.feecontrol_fields, self.rbf_cb,
|
||||||
self.locktime_setter_widget, self.locktime_e]:
|
self.locktime_setter_widget, self.locktime_e]:
|
||||||
widget.setEnabled(False)
|
widget.setEnabled(False)
|
||||||
|
|
Loading…
Add table
Reference in a new issue