1
0

Merge pull request #3182 from SomberNight/storage_upgrade_manual_for_qt

wallet storage upgrade will now happen silently whenever possible
This commit is contained in:
ThomasV
2017-11-11 11:40:19 +01:00
committed by GitHub
3 changed files with 3 additions and 8 deletions

View File

@@ -220,7 +220,7 @@ class Daemon(DaemonThread):
if storage.requires_split():
return
if storage.requires_upgrade():
storage.upgrade()
return
if storage.get_action():
return
wallet = Wallet(storage)