1
0

follow-up storage/db changes

follow-up b96cc82333
This commit is contained in:
SomberNight
2023-08-22 14:50:30 +00:00
parent e23c6c7050
commit 7482e275b9
4 changed files with 4 additions and 4 deletions

View File

@@ -469,7 +469,7 @@ class NewWalletWizard(AbstractWizard):
db.put('lightning_xprv', k.get_lightning_xprv(data['password'] if data['encrypt'] else None))
db.load_plugins()
db.write(storage)
db.write()
class ServerConnectWizard(AbstractWizard):