1
0

allow all plugins to be either zip or directory based

This commit is contained in:
f321x
2025-03-17 14:22:01 +01:00
parent bea4c617f6
commit 246f03fe20
4 changed files with 98 additions and 67 deletions

View File

@@ -43,7 +43,7 @@ class WizardTestCase(ElectrumTestCase):
})
self.wallet_path = os.path.join(self.electrum_path, "somewallet")
self.plugins = Plugins(self.config, gui_name='cmdline')
self.plugins.load_internal_plugin('trustedcoin')
self.plugins.load_plugin_by_name('trustedcoin')
def tearDown(self):
self.plugins.stop()