1
0

wallet: towards restoring previous performance

This commit is contained in:
SomberNight
2019-03-01 16:57:19 +01:00
parent 8b2c586d30
commit 2ad73050b3
5 changed files with 18 additions and 17 deletions

View File

@@ -234,7 +234,6 @@ class WalletStorage(PrintError):
storage = WalletStorage(path)
storage.db.data = data
storage.db.upgrade()
storage.modified = True
storage.write()
out.append(path)
return out