1
0

check requires_split before upgrade

This commit is contained in:
ThomasV
2016-10-02 12:15:51 +02:00
parent 4788a10a8b
commit 5541c1bec6
2 changed files with 4 additions and 4 deletions

View File

@@ -60,9 +60,6 @@ class WalletStorage(PrintError):
self.print_error("wallet path", self.path)
if self.path:
self.read(self.path)
if self.requires_upgrade():
self.print_error('upgrading wallet format')
self.upgrade()
# check here if I need to load a plugin
t = self.get('wallet_type')
l = plugin_loaders.get(t)