turn classmethod 'find_all_plugins' into an instance method.
change 'use_' prefix to 'enable_plugin_'
This commit is contained in:
@@ -82,7 +82,7 @@ class TestLightningSwapserver(TestLightning):
|
||||
},
|
||||
'bob': {
|
||||
'lightning_listen': 'localhost:9735',
|
||||
'use_swapserver': 'true',
|
||||
'enable_plugin_swapserver': 'true',
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user