mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 01:35:20 +00:00
init not_enough_funds variable
This commit is contained in:
parent
7ef86d8bbb
commit
692f49e7af
1 changed files with 1 additions and 0 deletions
|
@ -188,6 +188,7 @@ class ElectrumWindow(QMainWindow):
|
||||||
self.wallet = None
|
self.wallet = None
|
||||||
self.payment_request = None
|
self.payment_request = None
|
||||||
self.qr_window = None
|
self.qr_window = None
|
||||||
|
self.not_enough_funds = False
|
||||||
|
|
||||||
def update_account_selector(self):
|
def update_account_selector(self):
|
||||||
# account selector
|
# account selector
|
||||||
|
|
Loading…
Add table
Reference in a new issue