pooler / electrum-ltc

Electrum-LTC Litecoin wallet
https://electrum-ltc.org
MIT License
199 stars 102 forks source link

Newest Electrum-ltc cannot open very old wallets #321

Open KaladinB4 opened 8 months ago

KaladinB4 commented 8 months ago

This is trying to open circa 2014 wallet (I believe) so it would not make sense that the 2024 Electrum-ltc would not be 'new enough' to open an old wallet.

Traceback (most recent call last): File "/tmp/.mount_electre16wjJ/usr/lib/python3.9/site-packages/electrum_ltc/gui/qt/init.py", line 338, in start_new_window wallet = self.daemon.load_wallet(path, None) File "/tmp/.mount_electre16wjJ/usr/lib/python3.9/site-packages/electrum_ltc/daemon.py", line 539, in load_wallet db = WalletDB(storage.read(), manual_upgrades=manual_upgrades) File "/tmp/.mount_electre16wjJ/usr/lib/python3.9/site-packages/electrum_ltc/wallet_db.py", line 73, in init self.load_data(raw) File "/tmp/.mount_electre16wjJ/usr/lib/python3.9/site-packages/electrum_ltc/wallet_db.py", line 103, in load_data if not self.requires_upgrade(): File "/tmp/.mount_electre16wjJ/usr/lib/python3.9/site-packages/electrum_ltc/wallet_db.py", line 153, in requires_upgrade return self.get_seed_version() < FINAL_SEED_VERSION File "/tmp/.mount_electre16wjJ/usr/lib/python3.9/site-packages/electrum_ltc/json_db.py", line 44, in wrapper return func(self, *args, **kwargs) File "/tmp/.mount_electre16wjJ/usr/lib/python3.9/site-packages/electrum_ltc/wallet_db.py", line 919, in get_seed_version raise WalletFileException('This version of Electrum is too old to open this wallet.\n' electrum_ltc.util.WalletFileException: This version of Electrum is too old to open this wallet. (highest supported storage version: 44, version of this file: 53)