1
0

remove check_windows_wallet_migration

This commit is contained in:
ThomasV
2013-10-03 14:00:57 +02:00
parent b4cef1b981
commit 1be0ea1494
2 changed files with 0 additions and 17 deletions

View File

@@ -130,10 +130,6 @@ if __name__ == '__main__':
for k, v in config_options.items():
if v is None: config_options.pop(k)
# Wallet migration on Electrum 1.7
# Todo: In time we could remove this again
if platform.system() == "Windows":
util.check_windows_wallet_migration()
config = SimpleConfig(config_options)