1
0

Replace wallet backup with channel backups

- channels can be backed up individually
 - backups are added to lnwatcher
 - AbstractChannel ancestor class
This commit is contained in:
ThomasV
2020-03-13 11:44:29 +01:00
parent e5b1596b69
commit 8f41aeb783
16 changed files with 705 additions and 216 deletions

View File

@@ -235,7 +235,6 @@ 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):