storage upgrade as part of the wizard. fix storage upgrade on kivy.
This commit is contained in:
@@ -238,8 +238,6 @@ class Daemon(DaemonThread):
|
||||
storage.decrypt(password)
|
||||
if storage.requires_split():
|
||||
return
|
||||
if storage.requires_upgrade():
|
||||
return
|
||||
if storage.get_action():
|
||||
return
|
||||
wallet = Wallet(storage)
|
||||
|
||||
Reference in New Issue
Block a user