1
0

turn classmethod 'find_all_plugins' into an instance method.

change 'use_' prefix to 'enable_plugin_'
This commit is contained in:
ThomasV
2024-04-06 11:35:57 +02:00
parent 5f95d919df
commit 3e7d4749cf
3 changed files with 53 additions and 51 deletions

View File

@@ -82,7 +82,7 @@ class TestLightningSwapserver(TestLightning):
},
'bob': {
'lightning_listen': 'localhost:9735',
'use_swapserver': 'true',
'enable_plugin_swapserver': 'true',
}
}