tadd v9 to list of tagged versions - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit ad4449dc380d94f4fc79cdb7e25fc53c9f4663e2 DIR parent cef75e9e7ba3bf96415c2dac9e2e53a3c198f096 HTML Author: ThomasV <thomasv@gitorious> Date: Sat, 13 Sep 2014 19:37:42 +0200 add v9 to list of tagged versions Diffstat: M lib/wallet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/lib/wallet.py b/lib/wallet.py t@@ -1613,7 +1613,7 @@ class Wallet(object): if seed_version not in [OLD_SEED_VERSION, NEW_SEED_VERSION]: msg = "This wallet seed is not supported anymore." - if seed_version in [5, 7, 8]: + if seed_version in [5, 7, 8, 9]: msg += "\nTo open this wallet, try 'git checkout seed_v%d'"%seed_version print msg sys.exit(1)