1
0

localconfig: rename seed to channel_seed

This commit is contained in:
ThomasV
2020-04-06 16:53:48 +02:00
parent 08bc8617ad
commit f3995350e8
4 changed files with 8 additions and 14 deletions

View File

@@ -602,7 +602,7 @@ class WalletDB(JsonDB):
return
channels = self.data.get('channels', {})
for channel_id, c in channels.items():
c['local_config']['seed'] = None
c['local_config']['channel_seed'] = None
self.data['seed_version'] = 28
def _convert_imported(self):