allow all plugins to be either zip or directory based
This commit is contained in:
@@ -460,7 +460,7 @@ class ElectrumQmlApplication(QGuiApplication):
|
||||
"MEMPOOL_MB": electrum.util.UI_UNIT_NAME_MEMPOOL_MB,
|
||||
})
|
||||
|
||||
self.plugins.load_internal_plugin('trustedcoin')
|
||||
self.plugins.load_plugin_by_name('trustedcoin')
|
||||
|
||||
qInstallMessageHandler(self.message_handler)
|
||||
|
||||
|
||||
@@ -159,7 +159,7 @@ class ElectrumGui(BaseElectrumGui, Logger):
|
||||
self.reload_app_stylesheet()
|
||||
|
||||
# always load 2fa
|
||||
self.plugins.load_internal_plugin('trustedcoin')
|
||||
self.plugins.load_plugin_by_name('trustedcoin')
|
||||
|
||||
run_hook('init_qt', self)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user