mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-05 05:15:12 +00:00
Update comment
This commit is contained in:
parent
dee402b961
commit
80e15577b5
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ class Plugins(DaemonThread):
|
||||||
d = m.__dict__
|
d = m.__dict__
|
||||||
gui_good = gui_name in d.get('available_for', [])
|
gui_good = gui_name in d.get('available_for', [])
|
||||||
# We register wallet types even if the GUI isn't provided
|
# We register wallet types even if the GUI isn't provided
|
||||||
# so that they can be restored in the install wizard
|
# otherwise the user gets a misleading message like
|
||||||
|
# "Unknown wallet type: 2fa"
|
||||||
details = d.get('registers_wallet_type')
|
details = d.get('registers_wallet_type')
|
||||||
if details:
|
if details:
|
||||||
self.register_plugin_wallet(name, gui_good, details)
|
self.register_plugin_wallet(name, gui_good, details)
|
||||||
|
|
Loading…
Add table
Reference in a new issue