mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
pylightning: prepare plugin for parameters to getmanifest.
We might still add these in future, so I think we should allow for it. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -285,7 +285,7 @@ class Plugin(object):
|
||||
|
||||
partial = self._multi_dispatch(msgs)
|
||||
|
||||
def _getmanifest(self):
|
||||
def _getmanifest(self, **kwargs):
|
||||
methods = []
|
||||
hooks = []
|
||||
for name, entry in self.methods.items():
|
||||
|
||||
Reference in New Issue
Block a user