mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix
This commit is contained in:
parent
622fb6c08b
commit
2b10ccdcc4
1 changed files with 1 additions and 1 deletions
|
@ -1599,7 +1599,7 @@ class Wallet(object):
|
||||||
run_hook('add_wallet_types', wallet_types)
|
run_hook('add_wallet_types', wallet_types)
|
||||||
wallet_type = storage.get('wallet_type')
|
wallet_type = storage.get('wallet_type')
|
||||||
if wallet_type:
|
if wallet_type:
|
||||||
for t, l, WalletClass in wallet_types:
|
for cat, t, name, WalletClass in wallet_types:
|
||||||
if t == wallet_type:
|
if t == wallet_type:
|
||||||
return WalletClass(storage)
|
return WalletClass(storage)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Reference in a new issue