Allow zip plugins to register keystore
This makes it possible to create external plugins that add support for hardware wallets.
This commit is contained in:
@@ -317,6 +317,9 @@ class Plugins(DaemonThread):
|
|||||||
continue
|
continue
|
||||||
if 'fullname' not in d:
|
if 'fullname' not in d:
|
||||||
continue
|
continue
|
||||||
|
details = d.get('registers_keystore')
|
||||||
|
if details:
|
||||||
|
self.register_keystore(name, gui_good, details)
|
||||||
if external:
|
if external:
|
||||||
self.external_plugin_metadata[name] = d
|
self.external_plugin_metadata[name] = d
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user