1
0

Save and read lighting backups (Qt)

This commit is contained in:
ThomasV
2020-01-30 11:43:59 +01:00
parent edc00b448f
commit 62eceeb573
4 changed files with 43 additions and 14 deletions

View File

@@ -233,6 +233,7 @@ class ElectrumGui(Logger):
run_hook('on_new_window', w)
w.warn_if_testnet()
w.warn_if_watching_only()
w.warn_if_lightning_backup()
return w
def count_wizards_in_progress(func):