Browse Source

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>
confirmed-only
Rusty Russell 6 years ago
parent
commit
1c542bcd08
  1. 2
      contrib/pylightning/lightning/plugin.py

2
contrib/pylightning/lightning/plugin.py

@ -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():

Loading…
Cancel
Save