Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Newest Electrum-ltc cannot open very old wallets #321

Open
KaladinB4 opened this issue Mar 30, 2024 · 0 comments
Open

Newest Electrum-ltc cannot open very old wallets #321

KaladinB4 opened this issue Mar 30, 2024 · 0 comments

Comments

@KaladinB4
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant