simplify Plugins constructor

This commit is contained in:
SomberNight
2018-10-22 18:21:38 +02:00
parent 81cc20039e
commit c4e09fa874
3 changed files with 3 additions and 3 deletions

View File

@@ -264,7 +264,7 @@ class TestStorageUpgrade(WalletTestCase):
gui_name = 'cmdline'
# TODO it's probably wasteful to load all plugins... only need Trezor
Plugins(config, True, gui_name)
Plugins(config, gui_name)
@classmethod
def tearDownClass(cls):