1
0

fix: add wallet types only if available

This commit is contained in:
ThomasV
2015-02-01 10:44:29 +01:00
parent 513b92f1a5
commit 395312e70f
4 changed files with 6 additions and 6 deletions

View File

@@ -1637,7 +1637,6 @@ class Wallet(object):
msg += "\nTo open this wallet, try 'git checkout seed_v%d'"%seed_version
raise BaseException(msg)
run_hook('add_wallet_types', wallet_types)
wallet_type = storage.get('wallet_type')
if wallet_type:
for cat, t, name, c in wallet_types: