mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 17:55:20 +00:00
fix: wrong variable name fee_e
This commit is contained in:
parent
771f953014
commit
39274ea10e
1 changed files with 1 additions and 1 deletions
|
@ -2302,7 +2302,7 @@ class ElectrumWindow(QMainWindow):
|
||||||
# run the dialog
|
# run the dialog
|
||||||
if not d.exec_(): return
|
if not d.exec_(): return
|
||||||
|
|
||||||
fee = self.fee_e.get_amount()
|
fee = fee_e.get_amount()
|
||||||
if fee is None:
|
if fee is None:
|
||||||
QMessageBox.warning(self, _('Error'), _('Invalid value') +': %s'%fee, _('OK'))
|
QMessageBox.warning(self, _('Error'), _('Invalid value') +': %s'%fee, _('OK'))
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Reference in a new issue