mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +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.payment_request = None
|
||||
self.qr_window = None
|
||||
self.not_enough_funds = False
|
||||
|
||||
def update_account_selector(self):
|
||||
# account selector
|
||||
|
|
Loading…
Add table
Reference in a new issue