1
0

channel_establishment_flow: do not save wallet file backup in the background.

Instead, display a popup everytime, if the channel is not recoverable.
This commit is contained in:
ThomasV
2022-03-24 14:55:37 +01:00
parent 6a34d93ce2
commit a15dac2b8c
3 changed files with 8 additions and 14 deletions

View File

@@ -277,7 +277,7 @@ class SimpleConfig(Logger):
raise
def get_backup_dir(self):
# this is used to save a backup everytime a channel is created
# this is used to save wallet file backups (without active lightning channels)
# on Android, the export backup button uses android_backup_dir()
if 'ANDROID_DATA' in os.environ:
return None