Skip to content

Commit

Permalink
electrum2john.py: Drop obsolete/wrong comment
Browse files Browse the repository at this point in the history
Completes f3773d0
See #4556
  • Loading branch information
solardiz committed Apr 28, 2024
1 parent 59f1bbe commit ee642a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/electrum2john.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def process_file(filename, options):
if not wallet_type:
sys.stderr.write("%s: Unrecognized wallet format!\n" % (bname))
return
if wallet.get("seed_version") < 11 and wallet_type != "imported": # all 2.x versions as of Oct 2016
if wallet.get("seed_version") < 11 and wallet_type != "imported":
sys.stderr.write("%s: Unsupported Electrum2 seed version '%d' found!\n" % (bname, wallet.get("seed_version")))
return
xprv = None
Expand Down

0 comments on commit ee642a1

Please sign in to comment.